Class RMIServerSessionManagerDispatcher

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String controllerClassName  
      protected Session session  
      • Fields inherited from class java.rmi.server.RemoteObject

        ref
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      RMIRemoteSessionController createRemoteSessionController()  
      protected Session getSession()  
      protected void setSession​(Session session)  
      • Methods inherited from class java.rmi.server.UnicastRemoteObject

        clone, exportObject, exportObject, exportObject, exportObject, exportObject, unexportObject
      • Methods inherited from class java.rmi.server.RemoteServer

        getClientHost, getLog, setLog
      • Methods inherited from class java.rmi.server.RemoteObject

        equals, getRef, hashCode, toString, toStub
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • session

        protected Session session
      • controllerClassName

        protected java.lang.String controllerClassName
    • Constructor Detail

      • RMIServerSessionManagerDispatcher

        public RMIServerSessionManagerDispatcher​(Session session)
                                          throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException