bamboo.sim
Class Simulator.MyClassifierTimerCB

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

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


Field Summary
protected  Simulator.MyClassifierAlarmCB classifier_alarm_cb
           
protected  ostore.util.NodeId node_id
           
 
Constructor Summary
Simulator.MyClassifierTimerCB(ostore.dispatch.Classifier classifier, ostore.util.NodeId n)
           
 
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 Simulator.MyClassifierAlarmCB classifier_alarm_cb

node_id

protected ostore.util.NodeId node_id
Constructor Detail

Simulator.MyClassifierTimerCB

public Simulator.MyClassifierTimerCB(ostore.dispatch.Classifier classifier,
                                     ostore.util.NodeId n)
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