muskel
Interface RemoteInterpreterInterface

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

public interface RemoteInterpreterInterface
extends java.rmi.Remote


Method Summary
 DestToken[] compute(Mdfi instruction)
           
 Stats getStats()
           
 void setProgram(CodeStorage cs)
           
 

Method Detail

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