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.RemoteService
RemoteException
public org.apache.cayenne.remote.RemoteSession establishSharedSession(String name) throws RemoteException
establishSharedSession
in interface org.apache.cayenne.remote.RemoteService
RemoteException
public Object processMessage(org.apache.cayenne.remote.ClientMessage message) throws RemoteException, Throwable
processMessage
in interface org.apache.cayenne.remote.RemoteService
RemoteException
Throwable
public void close() throws RemoteException
close
in interface org.apache.cayenne.remote.RemoteService
RemoteException
Copyright © 2001–2019 Apache Cayenne. All rights reserved.