Uses of Class
org.apache.camel.component.jmx.jaxb.ObjectNamesType
Packages that use ObjectNamesType
-
Uses of ObjectNamesType in org.apache.camel.component.jmx.jaxb
Fields in org.apache.camel.component.jmx.jaxb declared as ObjectNamesTypeModifier and TypeFieldDescriptionprotected ObjectNamesTypeRelationNotification.mBeansToUnregisterprotected ObjectNamesTypeRelationNotification.newRoleValueprotected ObjectNamesTypeRelationNotification.oldRoleValueMethods in org.apache.camel.component.jmx.jaxb that return ObjectNamesTypeModifier and TypeMethodDescriptionObjectFactory.createObjectNamesType()Create an instance ofObjectNamesTypeRelationNotification.getMBeansToUnregister()Gets the value of the mBeansToUnregister property.RelationNotification.getNewRoleValue()Gets the value of the newRoleValue property.RelationNotification.getOldRoleValue()Gets the value of the oldRoleValue property.ObjectNamesType.withObjectName(String... values) ObjectNamesType.withObjectName(Collection<String> values) Methods in org.apache.camel.component.jmx.jaxb with parameters of type ObjectNamesTypeModifier and TypeMethodDescriptionvoidRelationNotification.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.RelationNotification.withMBeansToUnregister(ObjectNamesType value) RelationNotification.withNewRoleValue(ObjectNamesType value) RelationNotification.withOldRoleValue(ObjectNamesType value)