Uses of Class
org.apache.camel.component.jmx.jaxb.NotificationEventType
-
Packages that use NotificationEventType Package Description 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 Modifier and Type Class Description classAttributeChangeNotificationJava class for anonymous complex type.classJMXConnectionNotificationJava class for anonymous complex type.classMBeanServerNotificationJava class for anonymous complex type.classMonitorNotificationJava class for anonymous complex type.classRelationNotificationJava class for anonymous complex type.classTimerNotificationJava class for anonymous complex type.Methods in org.apache.camel.component.jmx.jaxb that return NotificationEventType Modifier and Type Method Description NotificationEventTypeObjectFactory. createNotificationEventType()Create an instance ofNotificationEventTypeNotificationEventTypeNotificationEventType. withDateTime(XMLGregorianCalendar value)NotificationEventTypeNotificationEventType. withMessage(String value)NotificationEventTypeNotificationEventType. withSequence(long value)NotificationEventTypeNotificationEventType. withSource(String value)NotificationEventTypeNotificationEventType. withTimestamp(long value)NotificationEventTypeNotificationEventType. withType(String value)NotificationEventTypeNotificationEventType. withUserData(String value)Methods in org.apache.camel.component.jmx.jaxb that return types with arguments of type NotificationEventType Modifier and Type Method Description JAXBElement<NotificationEventType>ObjectFactory. createNotificationEvent(NotificationEventType value)Methods in org.apache.camel.component.jmx.jaxb with parameters of type NotificationEventType Modifier and Type Method Description JAXBElement<NotificationEventType>ObjectFactory. createNotificationEvent(NotificationEventType value)
-