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


Field Summary
static int CREATED
           
static int FIRED
           
static int SCHEDULED
           
 
Constructor Summary
SchedulableEvent()
           
SchedulableEvent(java.lang.Object context, int type, long duration, SchedulableEventListener listener)
           
 
Method Summary
 java.lang.Object getContext()
           
 SchedulableEventListener getListener()
           
 long getNickTime()
           
 int getType()
           
 void run()
           
 void setStatus(int status)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CREATED

public static final int CREATED

SCHEDULED

public static final int SCHEDULED

FIRED

public static final int FIRED
Constructor Detail

SchedulableEvent

public SchedulableEvent()

SchedulableEvent

public SchedulableEvent(java.lang.Object context,
                        int type,
                        long duration,
                        SchedulableEventListener listener)
Method Detail

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.