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

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.management.Notification
source
 
Method Summary
 java.lang.Integer getNotificationID()
           
 java.lang.String toString()
           
 
Methods inherited from class javax.management.Notification
getMessage, getSequenceNumber, getSource, getTimeStamp, getType, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserData
 
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()

toString

public java.lang.String toString()
Overrides:
toString in class Notification