Uses of Class
org.eclipse.persistence.internal.sessions.remote.RemoteConnection
-
Packages that use RemoteConnection Package Description org.eclipse.persistence.sessions.remote org.eclipse.persistence.sessions.remote.rmi -
-
Uses of RemoteConnection in org.eclipse.persistence.sessions.remote
Fields in org.eclipse.persistence.sessions.remote declared as RemoteConnection Modifier and Type Field Description protected RemoteConnectionDistributedSession. remoteConnectionConnection to remote persistence service.Methods in org.eclipse.persistence.sessions.remote that return RemoteConnection Modifier and Type Method Description RemoteConnectionDistributedSession. getRemoteConnection()INTERNAL: Return the remote connection.Methods in org.eclipse.persistence.sessions.remote with parameters of type RemoteConnection Modifier and Type Method Description voidDistributedSession. setRemoteConnection(RemoteConnection remoteConnection)INTERNAL: Set the remote connection.Constructors in org.eclipse.persistence.sessions.remote with parameters of type RemoteConnection Constructor Description DistributedSession(RemoteConnection remoteConnection)PUBLIC: Creates a DistributedSession.RemoteSession(RemoteConnection remoteConnection)PUBLIC: Creates a RemoteSession. -
Uses of RemoteConnection in org.eclipse.persistence.sessions.remote.rmi
Subclasses of RemoteConnection in org.eclipse.persistence.sessions.remote.rmi Modifier and Type Class Description classRMIConnectionThis class exists on on the client side which talks to remote session controller through RMI connection.
-