Uses of Interface
org.eclipse.persistence.internal.sessions.remote.RemoteCommand
-
Packages that use RemoteCommand Package Description org.eclipse.persistence.internal.sessions.remote org.eclipse.persistence.sessions.remote.rmi -
-
Uses of RemoteCommand in org.eclipse.persistence.internal.sessions.remote
Classes in org.eclipse.persistence.internal.sessions.remote that implement RemoteCommand Modifier and Type Class Description classRemoveServerSideRemoteValueHolderCommandPurpose: This class provides an implementation of a RemoteSessionCommandMethods in org.eclipse.persistence.internal.sessions.remote with parameters of type RemoteCommand Modifier and Type Method Description abstract voidRemoteConnection. processCommand(RemoteCommand remoteCommand)ADVANCED: This method will send the command to the remote session for processing -
Uses of RemoteCommand in org.eclipse.persistence.sessions.remote.rmi
Methods in org.eclipse.persistence.sessions.remote.rmi with parameters of type RemoteCommand Modifier and Type Method Description voidRMIConnection. processCommand(RemoteCommand command)ADVANCED: This method will send the command to the remote session for processing
-