API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management. Notification View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Object
      EventObject
          Notification
Implements
Subclasses
Description
public class Notification
  The Notification class represents a notification emitted by an MBean.
See also:   
Constructors
public Notification (String type, Object source, long sequenceNumber)
  Creates a Notification object.
public Notification (String type, Object source, long sequenceNumber, long timeStamp)
  Creates a Notification object.
public Notification (String type, Object source, long sequenceNumber, long timeStamp, String message)
  Creates a Notification object.
public Notification (String type, Object source, long sequenceNumber, String message)
  Creates a Notification object.
Methods
Hide/Show inherited methods
public String getMessage ()
  Get the notification message.
public long getSequenceNumber ()
  Get the notification sequence number.
public Object getSource () [Inherited From EventObject]
  The object on which the Event initially occurred.
public long getTimeStamp ()
  Get the notification timestamp.
public String getType ()
  Get the notification type.
public Object getUserData ()
  Get the user data.
public void setSequenceNumber (long sequenceNumber)
  Set the notification sequence number.
public void setSource (Object source)
  Sets the source.
public void setTimeStamp (long timeStamp)
  Set the notification timestamp.
public void setUserData (Object userData)
  Set the user data.
public String toString () [Overrides EventObject]
  Returns a String representation of this notification.
Fields
Hide/Show inherited fields
protected Object source [Overrides EventObject]
  This field hides the EventObject.source field in the parent class to make it non-transient and therefore part of the serialized form.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar