|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.wpi.prc.client.ClientRPCHandler
public class ClientRPCHandler
Processes all science application XML-RPC requests. Acts as a proxy between the science application and the project server.
Field Summary | |
---|---|
private PRCClient |
client
|
Constructor Summary | |
---|---|
ClientRPCHandler(PRCClient client)
Constructor. |
Method Summary | |
---|---|
byte[] |
getCheckpoint()
Retrieves saved checkpoint data from disk. |
boolean |
saveCheckpoint(byte[] data)
Saves checkpoint data to disk. |
boolean |
shutdown()
Shuts down the PRCClient. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private PRCClient client
Constructor Detail |
---|
public ClientRPCHandler(PRCClient client)
client
- The PRCClient that is using this ClientRPCHandler.Method Detail |
---|
public boolean saveCheckpoint(byte[] data)
data
- The data to save.
public byte[] getCheckpoint()
public boolean shutdown()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |