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

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

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

Fields in org.apache.camel.component.jmx.jaxb declared as ObjectNamesType
protected  ObjectNamesType RelationNotification.mBeansToUnregister
           
protected  ObjectNamesType RelationNotification.newRoleValue
           
protected  ObjectNamesType RelationNotification.oldRoleValue
           
 

Methods in org.apache.camel.component.jmx.jaxb that return ObjectNamesType
 ObjectNamesType ObjectFactory.createObjectNamesType()
          Create an instance of ObjectNamesType
 ObjectNamesType RelationNotification.getMBeansToUnregister()
          Gets the value of the mBeansToUnregister property.
 ObjectNamesType RelationNotification.getNewRoleValue()
          Gets the value of the newRoleValue property.
 ObjectNamesType RelationNotification.getOldRoleValue()
          Gets the value of the oldRoleValue property.
 ObjectNamesType ObjectNamesType.withObjectName(Collection<String> values)
           
 ObjectNamesType ObjectNamesType.withObjectName(String... values)
           
 

Methods in org.apache.camel.component.jmx.jaxb with parameters of type ObjectNamesType
 void RelationNotification.setMBeansToUnregister(ObjectNamesType value)
          Sets the value of the mBeansToUnregister property.
 void RelationNotification.setNewRoleValue(ObjectNamesType value)
          Sets the value of the newRoleValue property.
 void RelationNotification.setOldRoleValue(ObjectNamesType value)
          Sets the value of the oldRoleValue property.
 RelationNotification RelationNotification.withMBeansToUnregister(ObjectNamesType value)
           
 RelationNotification RelationNotification.withNewRoleValue(ObjectNamesType value)
           
 RelationNotification RelationNotification.withOldRoleValue(ObjectNamesType value)
           
 



Apache Camel