Class RemoveServerSideRemoteValueHolderCommand

java.lang.Object
org.eclipse.persistence.internal.sessions.remote.RemoveServerSideRemoteValueHolderCommand
All Implemented Interfaces:
Serializable, RemoteCommand

public class RemoveServerSideRemoteValueHolderCommand extends Object implements RemoteCommand

Purpose: This class provides an implementation of a RemoteSessionCommand

Description: This command provides the implementation for cache synchronization messages

See Also:
  • Field Details

    • objID

      protected ObjID objID
  • Constructor Details

    • RemoveServerSideRemoteValueHolderCommand

      public RemoveServerSideRemoteValueHolderCommand(ObjID objID)
  • Method Details

    • getObjID

      public ObjID getObjID()
      INTERNAL: Use this method to get the the remote ValueHolder ID
    • setObjID

      public void setObjID(ObjID objID)
      INTERNAL: Use this method to set the remote ValueHolder ID
    • execute

      public void execute(AbstractSession session, RemoteSessionController remoteSessionController)
      INTERNAL: This method is used bye the remote Session to execute the command
      Specified by:
      execute in interface RemoteCommand