com.judoscript
Class RemoteJudoEngine
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
com.judoscript.RemoteJudoEngine
- All Implemented Interfaces:
- RemoteExecServer, java.io.Serializable, java.rmi.Remote
public class RemoteJudoEngine
- extends java.rmi.server.UnicastRemoteObject
- implements RemoteExecServer
- See Also:
- Serialized Form
Fields inherited from class java.rmi.server.RemoteObject |
ref |
Methods inherited from class java.rmi.server.UnicastRemoteObject |
clone, exportObject, exportObject, exportObject, unexportObject |
Methods inherited from class java.rmi.server.RemoteServer |
getClientHost, getLog, setLog |
Methods inherited from class java.rmi.server.RemoteObject |
equals, getRef, hashCode, toString, toStub |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
RemoteJudoEngine
public RemoteJudoEngine(java.lang.String scriptBase)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
exec
public void exec(java.lang.String scriptName,
java.lang.String[] args,
RemoteReader stdin,
RemotePrintWriter stdout,
RemotePrintWriter stderr,
RemotePrintWriter stdlog)
throws java.rmi.RemoteException
- Specified by:
exec
in interface RemoteExecServer
- Throws:
java.rmi.RemoteException
start
public static void start(java.lang.String scriptBase,
int port)