Uses of Class
org.apache.camel.component.jmx.jaxb.ObjectNamesType
-
Packages that use ObjectNamesType Package Description 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 Modifier and Type Field Description protected ObjectNamesTypeRelationNotification. mBeansToUnregisterprotected ObjectNamesTypeRelationNotification. newRoleValueprotected ObjectNamesTypeRelationNotification. oldRoleValueMethods in org.apache.camel.component.jmx.jaxb that return ObjectNamesType Modifier and Type Method Description ObjectNamesTypeObjectFactory. createObjectNamesType()Create an instance ofObjectNamesTypeObjectNamesTypeRelationNotification. getMBeansToUnregister()Gets the value of the mBeansToUnregister property.ObjectNamesTypeRelationNotification. getNewRoleValue()Gets the value of the newRoleValue property.ObjectNamesTypeRelationNotification. getOldRoleValue()Gets the value of the oldRoleValue property.ObjectNamesTypeObjectNamesType. withObjectName(String... values)ObjectNamesTypeObjectNamesType. withObjectName(Collection<String> values)Methods in org.apache.camel.component.jmx.jaxb with parameters of type ObjectNamesType Modifier and Type Method Description voidRelationNotification. setMBeansToUnregister(ObjectNamesType value)Sets the value of the mBeansToUnregister property.voidRelationNotification. setNewRoleValue(ObjectNamesType value)Sets the value of the newRoleValue property.voidRelationNotification. setOldRoleValue(ObjectNamesType value)Sets the value of the oldRoleValue property.RelationNotificationRelationNotification. withMBeansToUnregister(ObjectNamesType value)RelationNotificationRelationNotification. withNewRoleValue(ObjectNamesType value)RelationNotificationRelationNotification. withOldRoleValue(ObjectNamesType value)
-