Class NotificationEventType

  • Direct Known Subclasses:
    AttributeChangeNotification, JMXConnectionNotification, MBeanServerNotification, MonitorNotification, RelationNotification, TimerNotification

    public class NotificationEventType
    extends Object
    Base type that includes all of the elements for a javax.management.Notification

    Java class for notificationEventType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="notificationEventType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="source" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="sequence" type="{http://www.w3.org/2001/XMLSchema}long"/>
             <element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}long"/>
             <element name="dateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
             <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="userData" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • source

        protected String source
      • message

        protected String message
      • sequence

        protected long sequence
      • timestamp

        protected long timestamp
      • userData

        protected String userData
    • Constructor Detail

      • NotificationEventType

        public NotificationEventType()
    • Method Detail

      • getSource

        public String getSource()
        Gets the value of the source property.
        Returns:
        possible object is String
      • setSource

        public void setSource​(String value)
        Sets the value of the source property.
        Parameters:
        value - allowed object is String
      • getMessage

        public String getMessage()
        Gets the value of the message property.
        Returns:
        possible object is String
      • setMessage

        public void setMessage​(String value)
        Sets the value of the message property.
        Parameters:
        value - allowed object is String
      • getSequence

        public long getSequence()
        Gets the value of the sequence property.
      • setSequence

        public void setSequence​(long value)
        Sets the value of the sequence property.
      • getTimestamp

        public long getTimestamp()
        Gets the value of the timestamp property.
      • setTimestamp

        public void setTimestamp​(long value)
        Sets the value of the timestamp property.
      • getType

        public String getType()
        Gets the value of the type property.
        Returns:
        possible object is String
      • setType

        public void setType​(String value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is String
      • getUserData

        public String getUserData()
        Gets the value of the userData property.
        Returns:
        possible object is String
      • setUserData

        public void setUserData​(String value)
        Sets the value of the userData property.
        Parameters:
        value - allowed object is String