All Packages Class Hierarchy This Package Previous Next Index
Class Jaja.NetEvaluation
java.lang.Object
|
+----java.rmi.server.RemoteObject
|
+----java.rmi.server.RemoteServer
|
+----java.rmi.server.UnicastRemoteObject
|
+----Jaja.NetEvaluation
- public class NetEvaluation
- extends UnicastRemoteObject
- implements EvaluationAble
-
NetEvaluation(EvaluationAble)
-
-
getDynamicEnvironment()
-
-
getStatus()
-
-
getStatusName()
-
-
getWorld()
-
-
obtain()
-
-
resume()
-
-
start()
-
-
stop()
-
-
suspend()
-
NetEvaluation
public NetEvaluation(EvaluationAble ev) throws RemoteException
getWorld
public WorldAble getWorld() throws RemoteException
getDynamicEnvironment
public DynamicEnvironment getDynamicEnvironment() throws RemoteException
getStatus
public int getStatus() throws RemoteException
getStatusName
public String getStatusName() throws RemoteException
obtain
public Value obtain() throws RemoteException
start
public void start() throws RemoteException
stop
public void stop() throws RemoteException
suspend
public void suspend() throws RemoteException
resume
public void resume() throws RemoteException
All Packages Class Hierarchy This Package Previous Next Index