Class ProxyRemoteService

  • All Implemented Interfaces:
    Remote, org.apache.cayenne.remote.RemoteService

    public class ProxyRemoteService
    extends Object
    implements org.apache.cayenne.remote.RemoteService
    • Field Detail

      • serializationService

        protected org.apache.cayenne.rop.ROPSerializationService serializationService
    • Constructor Detail

      • ProxyRemoteService

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

      • 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
      • close

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