Package org.apache.cayenne.rop
Class ProxyRemoteService
java.lang.Object
org.apache.cayenne.rop.ProxyRemoteService
- All Implemented Interfaces:
- Remote,- org.apache.cayenne.remote.RemoteService
public class ProxyRemoteService extends Object implements org.apache.cayenne.remote.RemoteService
- 
Field SummaryFields Modifier and Type Field Description protected ROPConnectorropConnectorprotected org.apache.cayenne.rop.ROPSerializationServiceserializationService
- 
Constructor SummaryConstructors Constructor Description ProxyRemoteService(org.apache.cayenne.rop.ROPSerializationService serializationService, ROPConnector ropConnector)
- 
Method SummaryModifier and Type Method Description voidclose()org.apache.cayenne.remote.RemoteSessionestablishSession()org.apache.cayenne.remote.RemoteSessionestablishSharedSession(String name)ObjectprocessMessage(org.apache.cayenne.remote.ClientMessage message)
- 
Field Details- 
serializationServiceprotected org.apache.cayenne.rop.ROPSerializationService serializationService
- 
ropConnector
 
- 
- 
Constructor Details- 
ProxyRemoteServicepublic ProxyRemoteService(org.apache.cayenne.rop.ROPSerializationService serializationService, ROPConnector ropConnector)
 
- 
- 
Method Details- 
establishSession- Specified by:
- establishSessionin interface- org.apache.cayenne.remote.RemoteService
- Throws:
- RemoteException
 
- 
processMessagepublic Object processMessage(org.apache.cayenne.remote.ClientMessage message) throws RemoteException, Throwable- Specified by:
- processMessagein interface- org.apache.cayenne.remote.RemoteService
- Throws:
- RemoteException
- Throwable
 
- 
close- Specified by:
- closein interface- org.apache.cayenne.remote.RemoteService
- Throws:
- RemoteException
 
 
-