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, setUserData
protected String mBeanName
public String getMBeanName()
String
public void setMBeanName(String value)
value
- allowed object is
String
public MBeanServerNotification withMBeanName(String value)
public MBeanServerNotification withSource(String value)
withSource
in class NotificationEventType
public MBeanServerNotification withMessage(String value)
withMessage
in class NotificationEventType
public MBeanServerNotification withSequence(long value)
withSequence
in class NotificationEventType
public MBeanServerNotification withTimestamp(long value)
withTimestamp
in class NotificationEventType
public MBeanServerNotification withDateTime(XMLGregorianCalendar value)
withDateTime
in class NotificationEventType
public MBeanServerNotification withType(String value)
withType
in class NotificationEventType
public MBeanServerNotification withUserData(String value)
withUserData
in class NotificationEventType
Apache Camel