XMOJO 5 API Docs

javax.management.timer
Class TimerNotification

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--javax.management.Notification
              |
              +--javax.management.timer.TimerNotification
All Implemented Interfaces:
java.io.Serializable

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.

See Also:
Serialized Form

Fields inherited from class javax.management.Notification
source
 
Method Summary
 java.lang.Integer getNotificationID()
          This method gets the identifier of this timer notification.
 
Methods inherited from class javax.management.Notification
getMessage, getSequenceNumber, getSource, getTimeStamp, getType, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserData, 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()
This method gets the identifier of this timer notification.
Returns:
- The identifier.

XMOJO 5 API Docs

Copyright ©2003 XMOJO.org. All Rights Reserved.