org.openware.loadsim.simulation
Class LocalCallBack

java.lang.Object
  |
  +--org.openware.loadsim.simulation.LocalCallBack
All Implemented Interfaces:
ISimulationCompleteCallBack, java.rmi.Remote

public class LocalCallBack
extends java.lang.Object
implements ISimulationCompleteCallBack


Constructor Summary
LocalCallBack()
           
 
Method Summary
static java.lang.String convertTime(long time)
           
 void execute(java.lang.String msg)
           
 boolean isRunning()
           
 void print(java.lang.String msg)
           
 void setStartTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalCallBack

public LocalCallBack()
Method Detail

setStartTime

public void setStartTime()
Specified by:
setStartTime in interface ISimulationCompleteCallBack

convertTime

public static java.lang.String convertTime(long time)

isRunning

public boolean isRunning()
Specified by:
isRunning in interface ISimulationCompleteCallBack

print

public void print(java.lang.String msg)
Specified by:
print in interface ISimulationCompleteCallBack

execute

public void execute(java.lang.String msg)
Specified by:
execute in interface ISimulationCompleteCallBack


Copyright © 2000, 2001 Openware, Spin Software. All Rights Reserved.