Uses of Class
org.eclipse.persistence.sessions.coordination.Command
-
-
Uses of Command in org.eclipse.persistence.internal.sessions.coordination
Subclasses of Command in org.eclipse.persistence.internal.sessions.coordination Modifier and Type Class Description classConnectToHostCommandPurpose: This class provides an implementation of an internal RCM Command.classMetadataRefreshCommandPurpose: A Command implementation used to signal JPA EntityManagerFactory to refresh its metadata.classRCMCommandPurpose: An abstract class that can be subclassed when internal commands need to be added.Fields in org.eclipse.persistence.internal.sessions.coordination declared as Command Modifier and Type Field Description protected CommandCommandPropagator. commandThe command to sendMethods in org.eclipse.persistence.internal.sessions.coordination that return Command Modifier and Type Method Description protected CommandCommandPropagator. getCommand()INTERNAL: Returns the command to be sentMethods in org.eclipse.persistence.internal.sessions.coordination with parameters of type Command Modifier and Type Method Description abstract ObjectRemoteConnection. executeCommand(Command command)INTERNAL: Execute the remote command.Constructors in org.eclipse.persistence.internal.sessions.coordination with parameters of type Command Constructor Description CommandPropagator(RemoteCommandManager rcm, Command command, byte[] commandBytes)Constructor used to create the main propagatorCommandPropagator(RemoteCommandManager rcm, Command command, byte[] commandBytes, RemoteConnection connection)Constructor used to create the async propagator threads -
Uses of Command in org.eclipse.persistence.internal.sessions.coordination.broadcast
Methods in org.eclipse.persistence.internal.sessions.coordination.broadcast with parameters of type Command Modifier and Type Method Description ObjectBroadcastRemoteConnection. executeCommand(Command command)INTERNAL: Publish the remote command. -
Uses of Command in org.eclipse.persistence.internal.sessions.coordination.rmi
Methods in org.eclipse.persistence.internal.sessions.coordination.rmi with parameters of type Command Modifier and Type Method Description ObjectRMIRemoteCommandConnection. executeCommand(Command command)TODOObjectRMIRemoteCommandConnectionImpl. executeCommand(Command command)INTERNAL: No support currently exists for returning the result of the command execution.ObjectRMIRemoteConnection. executeCommand(Command command)INTERNAL: This method invokes the remote object with the Command argument, and causes it to execute the command in the remote VM. -
Uses of Command in org.eclipse.persistence.sessions.coordination
Subclasses of Command in org.eclipse.persistence.sessions.coordination Modifier and Type Class Description classMergeChangeSetCommandPurpose: Provide a remote command implementation for remote cache merges of changes.Methods in org.eclipse.persistence.sessions.coordination that return Command Modifier and Type Method Description CommandCommandConverter. convertToEclipseLinkCommand(Object command)PUBLIC: Convert a command from its application-specific format to a EclipseLink Command object.Methods in org.eclipse.persistence.sessions.coordination with parameters of type Command Modifier and Type Method Description ObjectCommandConverter. convertToUserCommand(Command command)PUBLIC: Convert a EclipseLink Command object into its application-specific format to avoidRemoteCommandManager. processCommandFromRemoteConnection(Command command)INTERNAL: Delegate to command processor
-