Class RemoveServerSideRemoteValueHolderCommand
- java.lang.Object
-
- org.eclipse.persistence.internal.sessions.remote.RemoveServerSideRemoteValueHolderCommand
-
- All Implemented Interfaces:
java.io.Serializable,RemoteCommand
public class RemoveServerSideRemoteValueHolderCommand extends java.lang.Object implements RemoteCommand
Purpose: This class provides an implementation of a RemoteSessionCommand
Description: This command provides the implementation for cache synchronization messages
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.rmi.server.ObjIDobjID
-
Constructor Summary
Constructors Constructor Description RemoveServerSideRemoteValueHolderCommand(java.rmi.server.ObjID objID)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(AbstractSession session, RemoteSessionController remoteSessionController)INTERNAL: This method is used bye the remote Session to execute the commandjava.rmi.server.ObjIDgetObjID()INTERNAL: Use this method to get the the remote ValueHolder IDvoidsetObjID(java.rmi.server.ObjID objID)INTERNAL: Use this method to set the remote ValueHolder ID
-
-
-
Method Detail
-
getObjID
public java.rmi.server.ObjID getObjID()
INTERNAL: Use this method to get the the remote ValueHolder ID
-
setObjID
public void setObjID(java.rmi.server.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:
executein interfaceRemoteCommand
-
-