Uses of Interface
org.eclipse.persistence.sessions.remote.rmi.RMIRemoteSessionController
-
Packages that use RMIRemoteSessionController Package Description org.eclipse.persistence.sessions.remote.rmi -
-
Uses of RMIRemoteSessionController in org.eclipse.persistence.sessions.remote.rmi
Classes in org.eclipse.persistence.sessions.remote.rmi that implement RMIRemoteSessionController Modifier and Type Class Description classRMIRemoteSessionControllerDispatcherRemoteSessionController sits between the remote session and the session.Methods in org.eclipse.persistence.sessions.remote.rmi that return RMIRemoteSessionController Modifier and Type Method Description RMIRemoteSessionControllerRMIServerSessionManager. createRemoteSessionController()RMIRemoteSessionControllerRMIServerSessionManagerDispatcher. createRemoteSessionController()RMIRemoteSessionControllerRMIConnection. getRemoteSessionController()INTERNAL: Return the remote session controllerMethods in org.eclipse.persistence.sessions.remote.rmi with parameters of type RMIRemoteSessionController Modifier and Type Method Description voidRMIConnection. setRemoteSessionController(RMIRemoteSessionController remoteSessionController)INTERNAL: Set remote session controllerConstructors in org.eclipse.persistence.sessions.remote.rmi with parameters of type RMIRemoteSessionController Constructor Description RMIConnection(RMIRemoteSessionController controller)PUBLIC: The connection must be create from the server-side session controllers stub.
-