org.apache.camel.component.jmx.jaxb
Class MBeanServerNotification

java.lang.Object
  extended by org.apache.camel.component.jmx.jaxb.NotificationEventType
      extended by 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>
 


Field Summary
protected  String mBeanName
           
 
Fields inherited from class org.apache.camel.component.jmx.jaxb.NotificationEventType
dateTime, message, sequence, source, timestamp, type, userData
 
Constructor Summary
MBeanServerNotification()
           
 
Method Summary
 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)
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mBeanName

protected String mBeanName
Constructor Detail

MBeanServerNotification

public MBeanServerNotification()
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 is String

withMBeanName

public MBeanServerNotification withMBeanName(String value)

withSource

public MBeanServerNotification withSource(String value)
Overrides:
withSource in class NotificationEventType

withMessage

public MBeanServerNotification withMessage(String value)
Overrides:
withMessage in class NotificationEventType

withSequence

public MBeanServerNotification withSequence(long value)
Overrides:
withSequence in class NotificationEventType

withTimestamp

public MBeanServerNotification withTimestamp(long value)
Overrides:
withTimestamp in class NotificationEventType

withDateTime

public MBeanServerNotification withDateTime(XMLGregorianCalendar value)
Overrides:
withDateTime in class NotificationEventType

withType

public MBeanServerNotification withType(String value)
Overrides:
withType in class NotificationEventType

withUserData

public MBeanServerNotification withUserData(String value)
Overrides:
withUserData in class NotificationEventType


Apache Camel