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

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

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

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



Apache Camel