Uses of Class
org.apache.camel.component.jmx.jaxb.NotificationEventType

Packages that use NotificationEventType
org.apache.camel.component.jmx.jaxb   
 

Uses of NotificationEventType in org.apache.camel.component.jmx.jaxb
 

Subclasses of NotificationEventType in org.apache.camel.component.jmx.jaxb
 class AttributeChangeNotification
          Java class for anonymous complex type.
 class JMXConnectionNotification
          Java class for anonymous complex type.
 class MBeanServerNotification
          Java class for anonymous complex type.
 class MonitorNotification
          Java class for anonymous complex type.
 class RelationNotification
          Java class for anonymous complex type.
 class TimerNotification
          Java class for anonymous complex type.
 

Methods in org.apache.camel.component.jmx.jaxb that return NotificationEventType
 NotificationEventType ObjectFactory.createNotificationEventType()
          Create an instance of NotificationEventType
 NotificationEventType NotificationEventType.withDateTime(XMLGregorianCalendar value)
           
 NotificationEventType NotificationEventType.withMessage(String value)
           
 NotificationEventType NotificationEventType.withSequence(long value)
           
 NotificationEventType NotificationEventType.withSource(String value)
           
 NotificationEventType NotificationEventType.withTimestamp(long value)
           
 NotificationEventType NotificationEventType.withType(String value)
           
 NotificationEventType NotificationEventType.withUserData(String value)
           
 

Methods in org.apache.camel.component.jmx.jaxb that return types with arguments of type NotificationEventType
 JAXBElement<NotificationEventType> ObjectFactory.createNotificationEvent(NotificationEventType value)
          Create an instance of JAXBElement<NotificationEventType>}
 

Methods in org.apache.camel.component.jmx.jaxb with parameters of type NotificationEventType
 JAXBElement<NotificationEventType> ObjectFactory.createNotificationEvent(NotificationEventType value)
          Create an instance of JAXBElement<NotificationEventType>}
 



Apache Camel