Uses of Interface
org.eclipse.persistence.internal.sessions.coordination.rmi.RMIRemoteCommandConnection
-
Packages that use RMIRemoteCommandConnection Package Description org.eclipse.persistence.internal.sessions.coordination.rmi -
-
Uses of RMIRemoteCommandConnection in org.eclipse.persistence.internal.sessions.coordination.rmi
Classes in org.eclipse.persistence.internal.sessions.coordination.rmi that implement RMIRemoteCommandConnection Modifier and Type Class Description classRMIRemoteCommandConnectionImplPurpose: The implementation for the remote RMI object used for transporting the remote command.Methods in org.eclipse.persistence.internal.sessions.coordination.rmi that return RMIRemoteCommandConnection Modifier and Type Method Description RMIRemoteCommandConnectionRMIRemoteConnection. getConnection()INTERNAL Return the RemoteCommandConnection associated with this RemoteConnectionConstructors in org.eclipse.persistence.internal.sessions.coordination.rmi with parameters of type RMIRemoteCommandConnection Constructor Description RMIRemoteConnection(RMIRemoteCommandConnection connection)
-