The Spring Framework

Uses of Class
org.springframework.jmx.export.metadata.ManagedNotification

Packages that use ManagedNotification
org.springframework.jmx.export.annotation JDK 1.5+ annotations for MBean exposure. 
org.springframework.jmx.export.assembler Provides a strategy for MBeanInfo assembly. 
org.springframework.jmx.export.metadata Provides generic JMX metadata classes and basic support for reading JMX metadata in a provider-agnostic manner. 
 

Uses of ManagedNotification in org.springframework.jmx.export.annotation
 

Methods in org.springframework.jmx.export.annotation that return ManagedNotification
 ManagedNotification[] AnnotationJmxAttributeSource.getManagedNotifications(Class clazz)
           
 

Uses of ManagedNotification in org.springframework.jmx.export.assembler
 

Methods in org.springframework.jmx.export.assembler with parameters of type ManagedNotification
 void AbstractConfigurableMBeanInfoAssembler.setNotificationInfos(ManagedNotification[] notificationInfos)
           
 

Uses of ManagedNotification in org.springframework.jmx.export.metadata
 

Methods in org.springframework.jmx.export.metadata that return ManagedNotification
 ManagedNotification[] JmxAttributeSource.getManagedNotifications(Class clazz)
          Implementations should return an array of ManagedNotifications if the supplied the Class has the corresponding metadata.
 ManagedNotification[] AttributesJmxAttributeSource.getManagedNotifications(Class clazz)
          If the specified has ManagedNotification attributes these are returned, otherwise a zero-length array is returned.
 

Methods in org.springframework.jmx.export.metadata with parameters of type ManagedNotification
static ModelMBeanNotificationInfo JmxMetadataUtils.convertToModelMBeanNotificationInfo(ManagedNotification notificationInfo)
          Convert the supplied ManagedNotification into the corresponding ModelMBeanNotificationInfo.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.