Package | Description |
---|---|
org.apache.camel.component.jmx.jaxb |
Modifier and Type | Field and Description |
---|---|
protected ObjectNamesType |
RelationNotification.mBeansToUnregister |
protected ObjectNamesType |
RelationNotification.newRoleValue |
protected ObjectNamesType |
RelationNotification.oldRoleValue |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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