Uses of Class
org.apache.camel.component.jmx.jaxb.MBeanServerNotification

Packages that use MBeanServerNotification
org.apache.camel.component.jmx.jaxb   
 

Uses of MBeanServerNotification in org.apache.camel.component.jmx.jaxb
 

Methods in org.apache.camel.component.jmx.jaxb that return MBeanServerNotification
 MBeanServerNotification ObjectFactory.createMBeanServerNotification()
          Create an instance of MBeanServerNotification
 MBeanServerNotification MBeanServerNotification.withDateTime(XMLGregorianCalendar value)
           
 MBeanServerNotification MBeanServerNotification.withMBeanName(String value)
           
 MBeanServerNotification MBeanServerNotification.withMessage(String value)
           
 MBeanServerNotification MBeanServerNotification.withSequence(long value)
           
 MBeanServerNotification MBeanServerNotification.withSource(String value)
           
 MBeanServerNotification MBeanServerNotification.withTimestamp(long value)
           
 MBeanServerNotification MBeanServerNotification.withType(String value)
           
 MBeanServerNotification MBeanServerNotification.withUserData(String value)
           
 



Apache Camel