public class MergeChangeSetCommand extends Command
Purpose: Provide a remote command implementation for remote cache merges of changes.
Description: This command provides the implementation for cache synchronization using RCM.
Constructor and Description |
---|
MergeChangeSetCommand() |
Modifier and Type | Method and Description |
---|---|
void |
executeWithSession(AbstractSession session)
INTERNAL:
This method will be invoked by the RCM only when the CommandProcessor is a
TopLink session.
|
UnitOfWorkChangeSet |
getChangeSet(AbstractSession session)
INTERNAL:
Return the changes to be applied
|
void |
setChangeSet(UnitOfWorkChangeSet newChangeSet)
INTERNAL:
Set the changes to be applied
|
getServiceId, isInternalCommand, setServiceId
public UnitOfWorkChangeSet getChangeSet(AbstractSession session)
public void setChangeSet(UnitOfWorkChangeSet newChangeSet)
public void executeWithSession(AbstractSession session)
executeWithSession
in class Command
session
- The session that can be used to execute the command on.EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference