bamboo.lss
Class DustDevil.MyClassifierTimerCB

java.lang.Object
  extended by bamboo.lss.DustDevil.MyClassifierTimerCB
All Implemented Interfaces:
ostore.dispatch.Classifier.TimerCB
Enclosing class:
DustDevil

protected class DustDevil.MyClassifierTimerCB
extends Object
implements ostore.dispatch.Classifier.TimerCB


Field Summary
protected  DustDevil.MyClassifierAlarmCB classifier_alarm_cb
           
 
Constructor Summary
DustDevil.MyClassifierTimerCB(ostore.dispatch.Classifier classifier)
           
 
Method Summary
 void cancel(Object token)
           
 Object schedule(long millis, QueueElementIF event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

classifier_alarm_cb

protected DustDevil.MyClassifierAlarmCB classifier_alarm_cb
Constructor Detail

DustDevil.MyClassifierTimerCB

public DustDevil.MyClassifierTimerCB(ostore.dispatch.Classifier classifier)
Method Detail

schedule

public Object schedule(long millis,
                       QueueElementIF event)
Specified by:
schedule in interface ostore.dispatch.Classifier.TimerCB

cancel

public void cancel(Object token)
Specified by:
cancel in interface ostore.dispatch.Classifier.TimerCB