Class MBeanServerNotification
- java.lang.Object
-
- org.apache.camel.component.jmx.jaxb.NotificationEventType
-
- org.apache.camel.component.jmx.jaxb.MBeanServerNotification
-
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 Summary
Constructors Constructor Description MBeanServerNotification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMBeanName()Gets the value of the mBeanName property.voidsetMBeanName(String value)Sets the value of the mBeanName property.MBeanServerNotificationwithDateTime(XMLGregorianCalendar value)MBeanServerNotificationwithMBeanName(String value)MBeanServerNotificationwithMessage(String value)MBeanServerNotificationwithSequence(long value)MBeanServerNotificationwithSource(String value)MBeanServerNotificationwithTimestamp(long value)MBeanServerNotificationwithType(String value)MBeanServerNotificationwithUserData(String value)-
Methods inherited from class org.apache.camel.component.jmx.jaxb.NotificationEventType
getDateTime, getMessage, getSequence, getSource, getTimestamp, getType, getUserData, setDateTime, setMessage, setSequence, setSource, setTimestamp, setType, setUserData
-
-
-
-
Field Detail
-
mBeanName
protected String mBeanName
-
-
Method Detail
-
getMBeanName
public String getMBeanName()
Gets the value of the mBeanName property.- Returns:
- possible object is
String
-
setMBeanName
public void setMBeanName(String value)
Sets the value of the mBeanName property.- Parameters:
value- allowed object isString
-
withMBeanName
public MBeanServerNotification withMBeanName(String value)
-
withSource
public MBeanServerNotification withSource(String value)
- Overrides:
withSourcein classNotificationEventType
-
withMessage
public MBeanServerNotification withMessage(String value)
- Overrides:
withMessagein classNotificationEventType
-
withSequence
public MBeanServerNotification withSequence(long value)
- Overrides:
withSequencein classNotificationEventType
-
withTimestamp
public MBeanServerNotification withTimestamp(long value)
- Overrides:
withTimestampin classNotificationEventType
-
withDateTime
public MBeanServerNotification withDateTime(XMLGregorianCalendar value)
- Overrides:
withDateTimein classNotificationEventType
-
withType
public MBeanServerNotification withType(String value)
- Overrides:
withTypein classNotificationEventType
-
withUserData
public MBeanServerNotification withUserData(String value)
- Overrides:
withUserDatain classNotificationEventType
-
-