API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management.timer. TimerNotification View Source
Author(s)
Sun Microsystems, Inc
Since
1.5
Version
1.27 11/17/05
Serial
Hierarchy
 Object
      EventObject
          Notification
              TimerNotification
Implements
Subclasses
Description
public class TimerNotification
  This class provides definitions of the notifications sent by timer MBeans.
See also:   
Constructors
public TimerNotification (String type, Object source, long sequenceNumber, long timeStamp, String msg, Integer id)
  Creates a timer notification object.
Methods
Hide/Show inherited methods
pack-private Object cloneTimerNotification ()
Creates and returns a copy of this object.
public String getMessage () [Inherited From Notification]
  Get the notification message.
public Integer getNotificationID ()
  Gets the identifier of this timer notification.
public long getSequenceNumber () [Inherited From Notification]
  Get the notification sequence number.
public Object getSource () [Inherited From EventObject]
  The object on which the Event initially occurred.
public long getTimeStamp () [Inherited From Notification]
  Get the notification timestamp.
public String getType () [Inherited From Notification]
  Get the notification type.
public Object getUserData () [Inherited From Notification]
  Get the user data.
public void setSequenceNumber (long sequenceNumber) [Inherited From Notification]
  Set the notification sequence number.
public void setSource (Object source) [Inherited From Notification]
  Sets the source.
public void setTimeStamp (long timeStamp) [Inherited From Notification]
  Set the notification timestamp.
public void setUserData (Object userData) [Inherited From Notification]
  Set the user data.
public String toString () [Inherited From Notification]
  Returns a String representation of this notification.
Fields
Hide/Show inherited fields
protected Object source [Inherited From Notification]
  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