Uses of Interface
org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
Packages that use RMIRemoteSessionController
-
Uses of RMIRemoteSessionController in org.eclipse.persistence.sessions.remote.rmi
Classes in org.eclipse.persistence.sessions.remote.rmi that implement RMIRemoteSessionControllerModifier and TypeClassDescriptionclass
RemoteSessionController sits between the remote session and the session.Methods in org.eclipse.persistence.sessions.remote.rmi that return RMIRemoteSessionControllerModifier and TypeMethodDescriptionRMIServerSessionManager.createRemoteSessionController()
RMIServerSessionManagerDispatcher.createRemoteSessionController()
RMIConnection.getRemoteSessionController()
INTERNAL: Return the remote session controllerMethods in org.eclipse.persistence.sessions.remote.rmi with parameters of type RMIRemoteSessionControllerModifier and TypeMethodDescriptionvoid
RMIConnection.setRemoteSessionController
(RMIRemoteSessionController remoteSessionController) INTERNAL: Set remote session controllerConstructors in org.eclipse.persistence.sessions.remote.rmi with parameters of type RMIRemoteSessionControllerModifierConstructorDescriptionRMIConnection
(RMIRemoteSessionController controller) PUBLIC: The connection must be create from the server-side session controllers stub.