org.openware.loadsim.simulation
Class RemoteCallBack

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

public class RemoteCallBack
extends java.lang.Object
implements ISimulationCompleteCallBack


Constructor Summary
RemoteCallBack(java.lang.String remoteHostName)
           
 
Method Summary
static java.lang.String convertTime(long time)
           
 void execute(java.lang.String msg)
           
 boolean isRunning()
           
static void main(java.lang.String[] args)
           
 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

RemoteCallBack

public RemoteCallBack(java.lang.String remoteHostName)
Method Detail

setStartTime

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

convertTime

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

execute

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

isRunning

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

print

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

main

public static void main(java.lang.String[] args)


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