| 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 retrieve a timer notification
from the list of notifications of a timer MBean.
The timer notifications are created and handled by the timer MBean.
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
javax.management.Notification
| |||||||||||
From class
java.util.EventObject
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a timer notification object.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the identifier of this timer notification.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
javax.management.Notification
| |||||||||||
From class
java.util.EventObject
| |||||||||||
From class
java.lang.Object
| |||||||||||
Creates a timer notification object.
| type | The notification type. |
|---|---|
| source | The notification producer. |
| sequenceNumber | The notification sequence number within the source object. |
| timeStamp | The notification emission date. |
| msg | The notification message. |
| id | The notification identifier. |
Gets the identifier of this timer notification.