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 Details

    • serializationService

      protected org.apache.cayenne.rop.ROPSerializationService serializationService
    • ropConnector

      protected ROPConnector ropConnector
  • Constructor Details

    • ProxyRemoteService

      public ProxyRemoteService(org.apache.cayenne.rop.ROPSerializationService serializationService, ROPConnector ropConnector)
  • Method Details

    • establishSession

      public org.apache.cayenne.remote.RemoteSession establishSession() throws RemoteException
      Specified by:
      establishSession in interface org.apache.cayenne.remote.RemoteService
      Throws:
      RemoteException
    • establishSharedSession

      public org.apache.cayenne.remote.RemoteSession establishSharedSession(String name) throws RemoteException
      Specified by:
      establishSharedSession in interface org.apache.cayenne.remote.RemoteService
      Throws:
      RemoteException
    • processMessage

      public Object processMessage(org.apache.cayenne.remote.ClientMessage message) throws RemoteException, Throwable
      Specified by:
      processMessage in interface org.apache.cayenne.remote.RemoteService
      Throws:
      RemoteException
      Throwable
    • close

      public void close() throws RemoteException
      Specified by:
      close in interface org.apache.cayenne.remote.RemoteService
      Throws:
      RemoteException