Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.jmx.export Classes and Interfaces - 46 results found.
NameDescriptionTypePackageFramework
AbstractConfigurableMBeanInfoAssemblerBase class for MBeanInfoAssemblers that support configurableJMX notification behavior.Classorg.springframework.jmx.export.assemblerSpring MVC
AbstractJmxAttributeBase class for all JMX metadata classes.Classorg.springframework.jmx.export.metadataSpring MVC
AbstractMBeanInfoAssemblerAbstract implementation of the MBeanInfoAssembler interfacethat encapsulates the creation of a ModelMBeanInfo instanceClassorg.springframework.jmx.export.assemblerSpring MVC
AbstractReflectiveMBeanInfoAssemblerBuilds on the AbstractMBeanInfoAssembler superclass toadd a basic algorithm for building metadata based on theClassorg.springframework.jmx.export.assemblerSpring MVC
AnnotationJmxAttributeSourcereads annotations and exposes the corresponding attributes.Classorg.springframework.jmx.export.annotationSpring MVC
AnnotationMBeanExporterConvenient subclass of Spring's standard MBeanExporter,activating Java 5 annotation usage for JMX exposure of Spring beans:Classorg.springframework.jmx.export.annotationSpring MVC
AutodetectCapableMBeanInfoAssemblerMBeanExporter to include additional beans in the registration process.Interfaceorg.springframework.jmx.export.assemblerSpring MVC
IdentityNamingStrategyAn implementation of the ObjectNamingStrategy interface thatcreates a name based on the the identity of a given instance.Classorg.springframework.jmx.export.namingSpring MVC
InterfaceBasedMBeanInfoAssemblerSubclass of AbstractReflectiveMBeanInfoAssembler that allows forthe management interface of a bean to be defined using arbitrary interfaces.Classorg.springframework.jmx.export.assemblerSpring MVC
InvalidMetadataExceptionThrown by the JmxAttributeSource when it encountersincorrect metadata on a managed resource or one of its methods.Classorg.springframework.jmx.export.metadataSpring MVC
JmxAttributeSourceInterface used by the MetadataMBeanInfoAssembler toread source-level metadata from a managed resource's class.Interfaceorg.springframework.jmx.export.metadataSpring MVC
JmxMetadataUtilsUtility methods for converting Spring JMX metadata into their plain JMX equivalents.Classorg.springframework.jmx.export.metadataSpring MVC
KeyNamingStrategyObjectNamingStrategy implementation that buildsObjectName instances from the key used in theClassorg.springframework.jmx.export.namingSpring MVC
ManagedAttributeMethod-level annotation that indicates to expose a given bean property as aJMX attribute, corresponding to the ManagedAttribute attribute.Classorg.springframework.jmx.export.annotationSpring MVC
ManagedAttributeMetadata that indicates to expose a given bean property as JMX attribute.Classorg.springframework.jmx.export.metadataSpring MVC
ManagedMetricMethod-level annotation that indicates to expose a given bean property as aJMX attribute, with added descriptor properties to indicate that it is a metric.Classorg.springframework.jmx.export.annotationSpring MVC
ManagedMetricMetadata that indicates to expose a given bean property as a JMX attribute,with additional descriptor properties that indicate that the attribute is aClassorg.springframework.jmx.export.metadataSpring MVC
ManagedNotificationType-level annotation that indicates a JMX notification emitted by a bean.Classorg.springframework.jmx.export.annotationSpring MVC
ManagedNotificationMetadata that indicates a JMX notification emitted by a bean.Classorg.springframework.jmx.export.metadataSpring MVC
ManagedNotificationsType-level annotation that indicates JMX notifications emitted by a bean,containing multiple ManagedNotificationsClassorg.springframework.jmx.export.annotationSpring MVC
ManagedOperationMethod-level annotation that indicates to expose a given method as aJMX operation, corresponding to the ManagedOperation attribute.Classorg.springframework.jmx.export.annotationSpring MVC
ManagedOperationMetadata that indicates to expose a given method as JMX operation.Classorg.springframework.jmx.export.metadataSpring MVC
ManagedOperationParameterMethod-level annotation used to provide metadata about operation parameters,corresponding to a ManagedOperationParameter attribute.Classorg.springframework.jmx.export.annotationSpring MVC
ManagedOperationParameterMetadata about JMX operation parameters.Classorg.springframework.jmx.export.metadataSpring MVC
ManagedOperationParametersMethod-level annotation used to provide metadata about operation parameters,corresponding to an array of ManagedOperationParameter attributes.Classorg.springframework.jmx.export.annotationSpring MVC
ManagedResourceClass-level annotation that indicates to register instances of a classwith a JMX server, corresponding to the ManagedResource attribute.Classorg.springframework.jmx.export.annotationSpring MVC
ManagedResourceMetadata indicating that instances of an annotated classare to be registered with a JMX server.Classorg.springframework.jmx.export.metadataSpring MVC
MBeanExporterJMX exporter that allows for exposing any Spring-managed bean to aJMX MBeanServer, without the need to define anyClassorg.springframework.jmx.exportSpring MVC
MBeanExporterListenerA listener that allows application code to be notified when an MBean isregistered and unregistered via an MBeanExporter.Interfaceorg.springframework.jmx.exportSpring MVC
MBeanExportExceptionException thrown in case of failure when exporting an MBean.Classorg.springframework.jmx.exportSpring MVC
MBeanExportOperationsInterface that defines the set of MBean export operations that are intended to beaccessed by application developers during application runtime.Interfaceorg.springframework.jmx.exportSpring MVC
MBeanInfoAssemblerInterface to be implemented by all classes that cancreate management interface metadata for a managed resource.Interfaceorg.springframework.jmx.export.assemblerSpring MVC
MetadataMBeanInfoAssemblerinterface that reads the management interface information from source level metadata.Classorg.springframework.jmx.export.assemblerSpring MVC
MetadataNamingStrategyAn implementation of the ObjectNamingStrategy interfacethat reads the ObjectName from the source-level metadata.Classorg.springframework.jmx.export.namingSpring MVC
MethodExclusionMBeanInfoAssemblerAbstractReflectiveMBeanInfoAssembler subclass that allowsmethod names to be explicitly excluded as MBean operations and attributes.Classorg.springframework.jmx.export.assemblerSpring MVC
MethodNameBasedMBeanInfoAssemblerSubclass of AbstractReflectiveMBeanInfoAssembler that allowsto specify method names to be exposed as MBean operations and attributes.Classorg.springframework.jmx.export.assemblerSpring MVC
ModelMBeanNotificationPublisherNotificationPublisher implementation that uses the infrastructureprovided by the ModelMBean interface to trackClassorg.springframework.jmx.export.notificationSpring MVC
NotificationListenerBeanHelper class that aggregates a NotificationListener,a NotificationFilter, and an arbitrary handbackClassorg.springframework.jmx.exportSpring MVC
NotificationPublisherSimple interface allowing Spring-managed MBeans to publish JMX notificationswithout being aware of how those notifications are being transmitted to theInterfaceorg.springframework.jmx.export.notificationSpring MVC
NotificationPublisherAwareInterface to be implemented by any Spring-managed resource that is to beregistered with an MBeanServer and wishes to sendInterfaceorg.springframework.jmx.export.notificationSpring MVC
ObjectNamingStrategyStrategy interface that encapsulates the creation of ObjectName instances.Interfaceorg.springframework.jmx.export.namingSpring MVC
SelfNamingInterface that allows infrastructure components to provide their ownObjectNames to the MBeanExporter.Interfaceorg.springframework.jmx.export.namingSpring MVC
SimpleReflectiveMBeanInfoAssemblerSimple subclass of AbstractReflectiveMBeanInfoAssemblerthat always votes yes for method and property inclusion, effectively exposingClassorg.springframework.jmx.export.assemblerSpring MVC
SpringModelMBeanExtension of the RequiredModelMBean class that ensures thethread context ClassLoader is switchedClassorg.springframework.jmx.exportSpring MVC
UnableToRegisterMBeanExceptionException thrown when we are unable to register an MBean,for example because of a naming conflict.Classorg.springframework.jmx.exportSpring MVC
UnableToSendNotificationExceptionThrown when a JMX Notification is unable to be sent.Classorg.springframework.jmx.export.notificationSpring MVC