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

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

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

Methods in org.apache.camel.component.jmx.jaxb that return RelationNotification
 RelationNotification ObjectFactory.createRelationNotification()
          Create an instance of RelationNotification
 RelationNotification RelationNotification.withDateTime(XMLGregorianCalendar value)
           
 RelationNotification RelationNotification.withMBeansToUnregister(ObjectNamesType value)
           
 RelationNotification RelationNotification.withMessage(String value)
           
 RelationNotification RelationNotification.withNewRoleValue(ObjectNamesType value)
           
 RelationNotification RelationNotification.withObjectName(String value)
           
 RelationNotification RelationNotification.withOldRoleValue(ObjectNamesType value)
           
 RelationNotification RelationNotification.withRelationId(String value)
           
 RelationNotification RelationNotification.withRelationTypeName(String value)
           
 RelationNotification RelationNotification.withRoleName(String value)
           
 RelationNotification RelationNotification.withSequence(long value)
           
 RelationNotification RelationNotification.withSource(String value)
           
 RelationNotification RelationNotification.withTimestamp(long value)
           
 RelationNotification RelationNotification.withType(String value)
           
 RelationNotification RelationNotification.withUserData(String value)
           
 



Apache Camel