|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.derby.impl.services.net.LogicalClient
LogicalClient is a network client capable of delivering NetworkPayloads to a LogicalServer on another database. It supplies the database with an easy-to-use request-response network protocol.
Method Summary | |
static LogicalClient |
getInstance()
Get the instance of the LogicalClient |
void |
run()
Run the server |
NetworkPayload |
send(NetworkPayload payload)
Send a NetworkPayload and return the response from the LogicalServer |
void |
shutdown()
Tell the client to shut down on next opportunity |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static LogicalClient getInstance()
public void shutdown()
public void run()
run
in interface java.lang.Runnable
public NetworkPayload send(NetworkPayload payload)
payload
- The request-payload
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |