|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientMessage | |
---|---|
org.apache.cayenne.remote | Contains classes an interfaces related to Cayenne remote object persistence features. |
org.apache.cayenne.remote.hessian | |
org.apache.cayenne.remote.service |
Uses of ClientMessage in org.apache.cayenne.remote |
---|
Classes in org.apache.cayenne.remote that implement ClientMessage | |
---|---|
class |
BootstrapMessage
A message sent to a remote service to request Cayenne mapping info. |
class |
QueryMessage
A message passed to a DataChannel to request a query execution with result returned as QueryResponse. |
class |
SyncMessage
A message used for synchronization of the child with parent. |
Methods in org.apache.cayenne.remote with parameters of type ClientMessage | |
---|---|
protected abstract void |
BaseConnection.beforeSendMessage(ClientMessage message)
Called before logging the beginning of message processing. |
protected abstract java.lang.Object |
BaseConnection.doSendMessage(ClientMessage message)
The worker method invoked to process message. |
java.lang.Object |
RemoteService.processMessage(ClientMessage message)
Processes message on a remote server, returning the result of such processing. |
protected java.lang.Object |
ClientChannel.send(ClientMessage message,
java.lang.Class<?> resultClass)
Sends a message via connector, getting a result as an instance of a specific class. |
java.lang.Object |
BaseConnection.sendMessage(ClientMessage message)
Invokes 'beforeSendMessage' on self, then invokes 'doSendMessage'. |
java.lang.Object |
ClientConnection.sendMessage(ClientMessage message)
Sends a synchronous ClientMessage to the server, returning a reply. |
Uses of ClientMessage in org.apache.cayenne.remote.hessian |
---|
Methods in org.apache.cayenne.remote.hessian with parameters of type ClientMessage | |
---|---|
protected void |
HessianConnection.beforeSendMessage(ClientMessage message)
Establishes server session if needed. |
protected java.lang.Object |
HessianConnection.doSendMessage(ClientMessage message)
Sends a message to remote Cayenne Hessian service. |
Uses of ClientMessage in org.apache.cayenne.remote.service |
---|
Methods in org.apache.cayenne.remote.service with parameters of type ClientMessage | |
---|---|
protected void |
LocalConnection.beforeSendMessage(ClientMessage message)
Does nothing. |
protected java.lang.Object |
LocalConnection.doSendMessage(ClientMessage message)
Dispatches a message to an internal handler. |
java.lang.Object |
BaseRemoteService.processMessage(ClientMessage message)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |