Interface RMIServerSessionManager
-
- All Superinterfaces:
java.rmi.Remote
- All Known Implementing Classes:
RMIServerSessionManagerDispatcher
public interface RMIServerSessionManager extends java.rmi.Remote
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RMIRemoteSessionController
createRemoteSessionController()
-
-
-
Method Detail
-
createRemoteSessionController
RMIRemoteSessionController createRemoteSessionController() throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
-
-