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

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

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

Methods in org.apache.camel.component.jmx.jaxb that return MonitorNotification
 MonitorNotification ObjectFactory.createMonitorNotification()
          Create an instance of MonitorNotification
 MonitorNotification MonitorNotification.withDateTime(XMLGregorianCalendar value)
           
 MonitorNotification MonitorNotification.withDerivedGauge(String value)
           
 MonitorNotification MonitorNotification.withMessage(String value)
           
 MonitorNotification MonitorNotification.withObservedAttribute(String value)
           
 MonitorNotification MonitorNotification.withObservedObject(String value)
           
 MonitorNotification MonitorNotification.withSequence(long value)
           
 MonitorNotification MonitorNotification.withSource(String value)
           
 MonitorNotification MonitorNotification.withTimestamp(long value)
           
 MonitorNotification MonitorNotification.withTrigger(String value)
           
 MonitorNotification MonitorNotification.withType(String value)
           
 MonitorNotification MonitorNotification.withUserData(String value)
           
 



Apache Camel