JavaTM 2 Platform Std. Ed. v1.5.0
javax.management.timer
Class TimerAlarmClockNotification
java.lang.Object
java.util.EventObject
javax.management.Notification
javax.management.timer.TimerAlarmClockNotification
- All Implemented Interfaces:
- Serializable
Deprecated. This class is of no use to user code. It is retained
purely for compatibility reasons.
@Deprecated
public class TimerAlarmClockNotification - extends Notification
Definitions of the notifications sent by TimerAlarmClock
MBeans.
- Since:
- 1.5
- See Also:
- Serialized Form
TimerAlarmClockNotification
public TimerAlarmClockNotification(javax.management.timer.TimerAlarmClock source)
- Deprecated.
- Constructor.
- Parameters:
source - the source.
Copyright 2003 Sun Microsystems, Inc. All rights reserved
|