Class DeleteContext
- java.lang.Object
-
- org.opends.server.replication.protocol.OperationContext
-
- org.opends.server.replication.protocol.DeleteContext
-
public class DeleteContext extends OperationContext
This class is used to describe the context attached to a Delete Operation.
-
-
Field Summary
-
Fields inherited from class org.opends.server.replication.protocol.OperationContext
SYNCHROCONTEXT
-
-
Constructor Summary
Constructors Constructor Description DeleteContext​(CSN csn, UUID entryUUID)
Creates a new DeleteContext with the provided information.
-