bamboo.sim
Class Simulator.LoadNodeCb

java.lang.Object
  extended by bamboo.sim.Simulator.LoadNodeCb
All Implemented Interfaces:
EventQueue.Callback
Enclosing class:
Simulator

protected class Simulator.LoadNodeCb
extends Object
implements EventQueue.Callback


Field Summary
protected  int lineno
           
protected  String next_cfg_filename
           
protected  ostore.util.NodeId next_node_id
           
protected  long next_start_time_us
           
protected  long next_stop_time_us
           
protected  StreamTokenizer tok
           
 
Constructor Summary
protected Simulator.LoadNodeCb()
           
 
Method Summary
 void call(Object user_data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tok

protected StreamTokenizer tok

lineno

protected int lineno

next_node_id

protected ostore.util.NodeId next_node_id

next_cfg_filename

protected String next_cfg_filename

next_start_time_us

protected long next_start_time_us

next_stop_time_us

protected long next_stop_time_us
Constructor Detail

Simulator.LoadNodeCb

protected Simulator.LoadNodeCb()
Method Detail

call

public void call(Object user_data)
Specified by:
call in interface EventQueue.Callback