public class MBeanServerNotification extends NotificationEventType
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{urn:org.apache.camel.component:jmx}notificationEventType">
<sequence>
<element name="MBeanName" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
MBeanServerNotification() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMBeanName()
Gets the value of the mBeanName property.
|
void |
setMBeanName(String value)
Sets the value of the mBeanName property.
|
MBeanServerNotification |
withDateTime(XMLGregorianCalendar value) |
MBeanServerNotification |
withMBeanName(String value) |
MBeanServerNotification |
withMessage(String value) |
MBeanServerNotification |
withSequence(long value) |
MBeanServerNotification |
withSource(String value) |
MBeanServerNotification |
withTimestamp(long value) |
MBeanServerNotification |
withType(String value) |
MBeanServerNotification |
withUserData(String value) |
getDateTime, getMessage, getSequence, getSource, getTimestamp, getType, getUserData, setDateTime, setMessage, setSequence, setSource, setTimestamp, setType, setUserDataprotected String mBeanName
public String getMBeanName()
Stringpublic void setMBeanName(String value)
value - allowed object is
Stringpublic MBeanServerNotification withMBeanName(String value)
public MBeanServerNotification withSource(String value)
withSource in class NotificationEventTypepublic MBeanServerNotification withMessage(String value)
withMessage in class NotificationEventTypepublic MBeanServerNotification withSequence(long value)
withSequence in class NotificationEventTypepublic MBeanServerNotification withTimestamp(long value)
withTimestamp in class NotificationEventTypepublic MBeanServerNotification withDateTime(XMLGregorianCalendar value)
withDateTime in class NotificationEventTypepublic MBeanServerNotification withType(String value)
withType in class NotificationEventTypepublic MBeanServerNotification withUserData(String value)
withUserData in class NotificationEventTypeApache Camel