Top Description Fields Constructors Methods
javax.management.timer

pack-priv Class TimerAlarmClockNotification

extends Notification
Class Inheritance

Definitions of the notifications sent by TimerAlarmClock MBeans.

Field Summary

Modifier and TypeField and Description
private static final long
Inherited from javax.management.Notification:
source

Constructor Summary

AccessConstructor and Description
public
TimerAlarmClockNotification(TimerAlarmClock
the source.
source
)

Constructor.

Method Summary

Inherited from javax.management.Notification:
getMessagegetSequenceNumbergetTimeStampgetTypegetUserDatasetSequenceNumbersetSourcesetTimeStampsetUserDatatoString

Field Detail

serialVersionUIDback to summary
private static final long serialVersionUID

Hides javax.management.Notification.serialVersionUID.

Constructor Detail

TimerAlarmClockNotificationback to summary
public TimerAlarmClockNotification(TimerAlarmClock source)

Constructor.

Parameters
source:TimerAlarmClock

the source.