muskel
Class RemoteInterpreter
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
muskel.RemoteInterpreter
- All Implemented Interfaces:
- java.io.Serializable, java.rmi.Remote, RemoteInterpreterInterface
public class RemoteInterpreter
- extends java.rmi.server.UnicastRemoteObject
- implements RemoteInterpreterInterface
- See Also:
- Serialized Form
|
Field Summary |
static int |
Port
|
| 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 |
Port
public static final int Port
- See Also:
- Constant Field Values
RemoteInterpreter
protected RemoteInterpreter()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
setProgram
public void setProgram(CodeStorage ccs)
throws java.rmi.RemoteException
- Specified by:
setProgram in interface RemoteInterpreterInterface
- Throws:
java.rmi.RemoteException
getStats
public Stats getStats()
- Specified by:
getStats in interface RemoteInterpreterInterface
compute
public DestToken[] compute(Mdfi instruction)
throws java.rmi.RemoteException
- Specified by:
compute in interface RemoteInterpreterInterface
- Throws:
java.rmi.RemoteException
main
public static void main(java.lang.String[] args)
throws java.rmi.RemoteException
- Parameters:
args -
- Throws:
java.rmi.RemoteException