Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.jmx Classes and Interfaces - 65 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
ConnectorServerFactoryBeanFactoryBean that creates a JSR-160 JMXConnectorServer,optionally registers it with the MBeanServer and then starts it.Classorg.springframework.jmx.supportSpring 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
InvalidInvocationExceptionThrown when trying to invoke an operation on a proxy that is not exposedby the proxied MBean resource's management interface.Classorg.springframework.jmx.accessSpring MVC
InvalidMetadataExceptionThrown by the JmxAttributeSource when it encountersincorrect metadata on a managed resource or one of its methods.Classorg.springframework.jmx.export.metadataSpring MVC
InvocationFailureExceptionThrown when an invocation on an MBean resource failed with an exception (eithera reflection exception or an exception thrown by the target method itself).Classorg.springframework.jmx.accessSpring MVC
JmxAttributeSourceInterface used by the MetadataMBeanInfoAssembler toread source-level metadata from a managed resource's class.Interfaceorg.springframework.jmx.export.metadataSpring MVC
JmxExceptionGeneral base exception to be thrown on JMX errors.Classorg.springframework.jmxSpring MVC
JmxMetadataUtilsUtility methods for converting Spring JMX metadata into their plain JMX equivalents.Classorg.springframework.jmx.export.metadataSpring MVC
JmxUtilsCollection of generic utility methods to support Spring JMX.Classorg.springframework.jmx.supportSpring 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
MBeanClientInterceptorMethodInterceptor that routes calls to anMBean running on the supplied MBeanServerConnection.Classorg.springframework.jmx.accessSpring MVC
MBeanConnectFailureExceptionThrown when an invocation failed because of an I/O problem on theMBeanServerConnection.Classorg.springframework.jmx.accessSpring 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
MBeanInfoRetrievalExceptionThrown if an exception is encountered when trying to retrieveSince:1.Classorg.springframework.jmx.accessSpring MVC
MBeanProxyFactoryBeanCreates a proxy to a managed resource running either locally or remotely.Classorg.springframework.jmx.accessSpring MVC
MBeanRegistrationSupportProvides supporting infrastructure for registering MBeans with anMBeanServer.Classorg.springframework.jmx.supportSpring MVC
MBeanServerConnectionFactoryBeanFactoryBean that creates a JMX 1.Classorg.springframework.jmx.supportSpring MVC
MBeanServerFactoryBeanFactoryBean that obtains an MBeanServer referencethrough the standard JMX 1.Classorg.springframework.jmx.supportSpring MVC
MBeanServerNotFoundExceptionException thrown when we cannot locate an instance of an MBeanServer,or when more than one instance is found.Classorg.springframework.jmxSpring 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
MetricTypeRepresents how the measurement values of a ManagedMetric will change over time.Classorg.springframework.jmx.supportSpring 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
NotificationListenerHolderHelper class that aggregates a NotificationListener,a NotificationFilter, and an arbitrary handbackClassorg.springframework.jmx.supportSpring MVC
NotificationListenerRegistrarRegistrar object that associates a specific NotificationListenerwith one or more MBeans in an MBeanServerClassorg.springframework.jmx.accessSpring 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
ObjectNameManagerHelper class for the creation of ObjectName instances.Classorg.springframework.jmx.supportSpring MVC
ObjectNamingStrategyStrategy interface that encapsulates the creation of ObjectName instances.Interfaceorg.springframework.jmx.export.namingSpring MVC
RegistrationPolicyenum RegistrationPolicyIndicates registration behavior when attempting to register an MBean that alreadyClassorg.springframework.jmx.supportSpring 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
WebSphereMBeanServerFactoryBeanFactoryBean that obtains a WebSphere MBeanServerreference through WebSphere's proprietary AdminServiceFactory API,Classorg.springframework.jmx.supportSpring MVC