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

Version:
$Revision: 1.4 $
Author:
Simone Bordet
See Also:
Serialized Form

Fields inherited from class javax.management.Notification
source
 
Method Summary
 java.lang.Integer getNotificationID()
           
 
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()