public class ProcServerImpl extends java.rmi.server.UnicastRemoteObject implements ProcServerIntf
Constructor and Description |
---|
ProcServerImpl() |
Modifier and Type | Method and Description |
---|---|
Operator |
executeProc(ProcedureIntf t)
this method is the only operation which can be performed
by the remote calculation engine.
|
clone, exportObject, exportObject, exportObject, unexportObject
public ProcServerImpl() throws java.rmi.RemoteException
java.rmi.RemoteException
public Operator executeProc(ProcedureIntf t) throws JargonException
executeProc
in interface ProcServerIntf
t
- calculation procedure implementing the ProcedureIntf
interfaceJargonException