Class MBeanServerNotification
java.lang.Object
org.apache.camel.component.jmx.jaxb.NotificationEventType
org.apache.camel.component.jmx.jaxb.MBeanServerNotification
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the mBeanName property.voidsetMBeanName(String value) Sets the value of the mBeanName property.withDateTime(XMLGregorianCalendar value) withMBeanName(String value) withMessage(String value) withSequence(long value) withSource(String value) withTimestamp(long value) withUserData(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 Details
-
mBeanName
-
-
Constructor Details
-
MBeanServerNotification
public MBeanServerNotification()
-
-
Method Details
-
getMBeanName
Gets the value of the mBeanName property.- Returns:
- possible object is
String
-
setMBeanName
Sets the value of the mBeanName property.- Parameters:
value- allowed object isString
-
withMBeanName
-
withSource
- Overrides:
withSourcein classNotificationEventType
-
withMessage
- Overrides:
withMessagein classNotificationEventType
-
withSequence
- Overrides:
withSequencein classNotificationEventType
-
withTimestamp
- Overrides:
withTimestampin classNotificationEventType
-
withDateTime
- Overrides:
withDateTimein classNotificationEventType
-
withType
- Overrides:
withTypein classNotificationEventType
-
withUserData
- Overrides:
withUserDatain classNotificationEventType
-