com.judoscript.util
Interface RemoteExecServer

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
RemoteJudoEngine

public interface RemoteExecServer
extends java.rmi.Remote


Method Summary
 void exec(java.lang.String scriptName, java.lang.String[] args, RemoteReader stdin, RemotePrintWriter stdout, RemotePrintWriter stderr, RemotePrintWriter stdlog)
           
 

Method Detail

exec

void exec(java.lang.String scriptName,
          java.lang.String[] args,
          RemoteReader stdin,
          RemotePrintWriter stdout,
          RemotePrintWriter stderr,
          RemotePrintWriter stdlog)
          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException