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

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

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

Methods in org.apache.camel.component.jmx.jaxb that return AttributeChangeNotification
 AttributeChangeNotification ObjectFactory.createAttributeChangeNotification()
          Create an instance of AttributeChangeNotification
 AttributeChangeNotification AttributeChangeNotification.withAttributeName(String value)
           
 AttributeChangeNotification AttributeChangeNotification.withAttributeType(String value)
           
 AttributeChangeNotification AttributeChangeNotification.withDateTime(XMLGregorianCalendar value)
           
 AttributeChangeNotification AttributeChangeNotification.withMessage(String value)
           
 AttributeChangeNotification AttributeChangeNotification.withNewValue(String value)
           
 AttributeChangeNotification AttributeChangeNotification.withOldValue(String value)
           
 AttributeChangeNotification AttributeChangeNotification.withSequence(long value)
           
 AttributeChangeNotification AttributeChangeNotification.withSource(String value)
           
 AttributeChangeNotification AttributeChangeNotification.withTimestamp(long value)
           
 AttributeChangeNotification AttributeChangeNotification.withType(String value)
           
 AttributeChangeNotification AttributeChangeNotification.withUserData(String value)
           
 



Apache Camel