|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
RObject is an RMI service that allows you to access a hash table stored on a remote machine's disk.
| Method Summary | |
Object |
getObject(String name)
Fetch an object from the object server. |
boolean |
ping()
Make sure the server is available and functioning. |
void |
storeObject(String name,
Object o)
Store an Object in the object server. |
| Method Detail |
public void storeObject(String name,
Object o)
throws RemoteException
name - Key under which the object will be storedo - Object to store
RemoteException - when something breaks
public Object getObject(String name)
throws RemoteException
name - Name of the object to fetch.
RemoteException - when something breaks
public boolean ping()
throws RemoteException
RemoteException - when something breaks
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||