bamboo.sim
Class Simulator.LoadNodeCb
java.lang.Object
bamboo.sim.Simulator.LoadNodeCb
- All Implemented Interfaces:
- EventQueue.Callback
- Enclosing class:
- Simulator
protected class Simulator.LoadNodeCb
- extends Object
- implements EventQueue.Callback
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Simulator.LoadNodeCb
protected Simulator.LoadNodeCb()
call
public void call(Object user_data)
- Specified by:
call in interface EventQueue.Callback