Uses of Interface
org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
-
Uses of RMIRemoteSessionController in org.eclipse.persistence.sessions.remote.rmi
Modifier and TypeClassDescriptionclass
RemoteSessionController sits between the remote session and the session.Modifier and TypeMethodDescriptionRMIServerSessionManager.createRemoteSessionController()
RMIServerSessionManagerDispatcher.createRemoteSessionController()
RMIConnection.getRemoteSessionController()
INTERNAL: Return the remote session controllerModifier and TypeMethodDescriptionvoid
RMIConnection.setRemoteSessionController
(RMIRemoteSessionController remoteSessionController) INTERNAL: Set remote session controllerModifierConstructorDescriptionRMIConnection
(RMIRemoteSessionController controller) PUBLIC: The connection must be create from the server-side session controllers stub.