| Modifier and Type | Field and Description |
|---|---|
protected ROPConnector |
ropConnector |
protected org.apache.cayenne.rop.ROPSerializationService |
serializationService |
| Constructor and Description |
|---|
ProxyRemoteService(org.apache.cayenne.rop.ROPSerializationService serializationService,
ROPConnector ropConnector) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.apache.cayenne.remote.RemoteSession |
establishSession() |
org.apache.cayenne.remote.RemoteSession |
establishSharedSession(String name) |
Object |
processMessage(org.apache.cayenne.remote.ClientMessage message) |
protected org.apache.cayenne.rop.ROPSerializationService serializationService
protected ROPConnector ropConnector
public ProxyRemoteService(org.apache.cayenne.rop.ROPSerializationService serializationService,
ROPConnector ropConnector)
public org.apache.cayenne.remote.RemoteSession establishSession()
throws RemoteException
establishSession in interface org.apache.cayenne.remote.RemoteServiceRemoteExceptionpublic org.apache.cayenne.remote.RemoteSession establishSharedSession(String name) throws RemoteException
establishSharedSession in interface org.apache.cayenne.remote.RemoteServiceRemoteExceptionpublic Object processMessage(org.apache.cayenne.remote.ClientMessage message) throws RemoteException, Throwable
processMessage in interface org.apache.cayenne.remote.RemoteServiceRemoteExceptionThrowablepublic void close()
throws RemoteException
close in interface org.apache.cayenne.remote.RemoteServiceRemoteExceptionCopyright © 2001–2020 Apache Cayenne. All rights reserved.