FileDocCategorySizeDatePackage
TimerAlarmClockNotification.javaAPI DocJava SE 5 API984Fri Aug 26 14:57:38 BST 2005javax.management.timer

TimerAlarmClockNotification

public class TimerAlarmClockNotification extends Notification

Definitions of the notifications sent by TimerAlarmClock MBeans.

deprecated
This class is of no use to user code. It is retained purely for compatibility reasons.
since
1.5
since.unbundled
JMX 1.1

Fields Summary
private static final long
serialVersionUID
Constructors Summary
public TimerAlarmClockNotification(TimerAlarmClock source)
Constructor.

param
source the source.


    /*
     * ------------------------------------------
     *  CONSTRUCTORS
     * ------------------------------------------
     */
    
              
       
        super("", source, 0);
    
Methods Summary