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.6 $
Author:
Simone Bordet
See Also:
Serialized Form

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


Copyright © 2001-2002 MX4J Team. All Rights Reserved.