|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.derby.impl.drda.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. The LogicalClient is also responsible for keeping the database notified if the HotStandby is alive or not.
Method Summary | |
static LogicalClient |
getInstance(java.lang.String url)
Get an instance for this client. |
NetworkPayload |
send(NetworkPayload payload)
Send a NetworkPayload and return the response from the LogicalServer |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static LogicalClient getInstance(java.lang.String url)
url
- The url to the LogicalServer
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 |