javax.management.timer
Class TimerNotification

java.lang.Objec
  |
  +--java.util.EventObjec
        |
        +--javax.management.Notification
              |
              +--

javax.management.timer.TimerNotification


public class

TimerNotification

extends Notification

This class provides definitions of the notifications sent by timer MBeans. It defines a timer notification identifier which allows to retreive a timer notification from the list of notifications of a timer MBean.

The timer notifications are created and handled by the timer MBean.

Version:

1.15

Author:

Attilio Mattiocco, Chiara Montecchio, Alessio Menale

See Also:

Serialized Form


Fields inherited from class javax.management.Notification

source
 

Fields inherited from class java.util.EventObject

source
 

Method Summary

 java.lang.Integer getNotificationID()
Gets the identifier of this timer notification.
 

Methods inherited from class javax.management.Notification

getMessage, getSequenceNumber, getSource, getTimeStamp, getType, getUserData, setSequenceNumber, java.lang.Object)">setSource, setTimeStamp, java.lang.Object)">setUserData
 

Methods inherited from class java.util.EventObject

toString
 

Methods inherited from class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

 

getNotificationID

public java.lang.Integer 

getNotificationID

()
Gets the identifier of this timer notification.

Returns:

The identifier.