|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ComputingResource
This is the base class for remote computing resources, which could be
displayed e.g. in the ModelControlFrame
of the
XuluModellingPlatform
. It provides very basic functionality like
connecting, disconnecting or pinging. Also it provides a flag saying if the
resource is available for computation (or e.g. in use).
Method Summary | |
---|---|
boolean |
connect()
tries to connect to the resource |
void |
disconnect()
disconnects from the resource |
ComputingResourceProperties |
getResourceInformation()
Should return Information about the ComputingResource. |
boolean |
isAvailable()
|
Object |
ping(Object... o)
Can be used to ping the object |
Method Detail |
---|
ComputingResourceProperties getResourceInformation() throws RemoteException
RemoteException
Object ping(Object... o) throws RemoteException
o
- the object to ping with
RemoteException
boolean connect() throws RemoteException
RemoteException
void disconnect() throws RemoteException
RemoteException
boolean isAvailable() throws RemoteException
RemoteException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |