Class JMXConnectionNotification
java.lang.Object
org.apache.camel.component.jmx.jaxb.NotificationEventType
org.apache.camel.component.jmx.jaxb.JMXConnectionNotification
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="connectionId" 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 connectionId property.voidsetConnectionId(String value) Sets the value of the connectionId property.withConnectionId(String value) withDateTime(XMLGregorianCalendar 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
-
connectionId
-
-
Constructor Details
-
JMXConnectionNotification
public JMXConnectionNotification()
-
-
Method Details
-
getConnectionId
Gets the value of the connectionId property.- Returns:
- possible object is
String
-
setConnectionId
Sets the value of the connectionId property.- Parameters:
value- allowed object isString
-
withConnectionId
-
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
-