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

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

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

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



Apache Camel