|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--javax.management.Notification | +--javax.management.timer.TimerNotification
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.
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,
setSource,
setTimeStamp,
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 |
public java.lang.Integer getNotificationID()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |