Package | Description |
---|---|
org.apache.cayenne.remote | |
org.apache.cayenne.remote.service |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Object |
RemoteService.processMessage(ClientMessage message)
Processes message on a remote server, returning the result of such processing.
|
Modifier and Type | Method and Description |
---|---|
Object |
BaseRemoteService.processMessage(ClientMessage message) |
Copyright © 2001–2015 Apache Cayenne. All rights reserved.