javax.management.timer
Class TimerAlarmClockNotification

java.lang.Object
  extended byjava.util.EventObject
      extended byjavax.management.Notification (src) 
          extended byjavax.management.timer.TimerAlarmClockNotification
All Implemented Interfaces:
java.io.Serializable

public class TimerAlarmClockNotification
extends Notification (src)

An obsolete timer class

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
TimerAlarmClockNotification(javax.management.timer.TimerAlarmClock source)
          Deprecated.  
 
Methods inherited from class javax.management.Notification (src)
getMessage, getSequenceNumber, getSource, getTimeStamp, getType, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserData, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimerAlarmClockNotification

public TimerAlarmClockNotification(javax.management.timer.TimerAlarmClock source)
Deprecated.