javax.management.timer
Class TimerAlarmClockNotification

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--javax.management.Notification
              |
              +--javax.management.timer.TimerAlarmClockNotification

Deprecated. This class is of no use to user code. It is retained purely for compatibility reasons.

public class TimerAlarmClockNotification
extends Notification

Definitions of the notifications sent by TimerAlarmClock MBeans.

See Also:
Serialized Form

Fields inherited from class javax.management.Notification
source
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
TimerAlarmClockNotification(TimerAlarmClock source)
          Deprecated. Constructor.
 
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
 

Constructor Detail

TimerAlarmClockNotification

public TimerAlarmClockNotification(TimerAlarmClock source)
Deprecated. 
Constructor.
Parameters:
source - the source.