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

Constructor Index

 o NetEvaluation(EvaluationAble)

Method Index

 o getDynamicEnvironment()
 o getStatus()
 o getStatusName()
 o getWorld()
 o obtain()
 o resume()
 o start()
 o stop()
 o suspend()

Constructors

 o NetEvaluation
 public NetEvaluation(EvaluationAble ev) throws RemoteException

Methods

 o getWorld
 public WorldAble getWorld() throws RemoteException
 o getDynamicEnvironment
 public DynamicEnvironment getDynamicEnvironment() throws RemoteException
 o getStatus
 public int getStatus() throws RemoteException
 o getStatusName
 public String getStatusName() throws RemoteException
 o obtain
 public Value obtain() throws RemoteException
 o start
 public void start() throws RemoteException
 o stop
 public void stop() throws RemoteException
 o suspend
 public void suspend() throws RemoteException
 o resume
 public void resume() throws RemoteException

All Packages  Class Hierarchy  This Package  Previous  Next  Index