muskel
Interface RemoteInterpreterInterface
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- RemoteInterpreter
public interface RemoteInterpreterInterface
- extends java.rmi.Remote
setProgram
void setProgram(CodeStorage cs)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
compute
DestToken[] compute(Mdfi instruction)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getStats
Stats getStats()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException