jrun.jms.core.scheduler
Class SchedulableEvent
java.lang.Object
|
+--jrun.jms.core.scheduler.SchedulableEvent
- All Implemented Interfaces:
- java.lang.Runnable
- Direct Known Subclasses:
- BaseLease, PresistedSchedulableEvent
- public class SchedulableEvent
- extends java.lang.Object
- implements java.lang.Runnable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CREATED
public static final int CREATED
SCHEDULED
public static final int SCHEDULED
FIRED
public static final int FIRED
SchedulableEvent
public SchedulableEvent()
SchedulableEvent
public SchedulableEvent(java.lang.Object context,
int type,
long duration,
SchedulableEventListener listener)
run
public void run()
- Specified by:
run in interface java.lang.Runnable
getType
public int getType()
getContext
public java.lang.Object getContext()
getNickTime
public long getNickTime()
setStatus
public void setStatus(int status)
getListener
public SchedulableEventListener getListener()
Copyright � 2002 Macromedia Corporation. All Rights Reserved.