Class ModifyContext
- java.lang.Object
-
- org.opends.server.replication.protocol.OperationContext
-
- org.opends.server.replication.protocol.ModifyContext
-
public final class ModifyContext extends OperationContext
This class describe the replication context that is attached to Modify operation.
-
-
Field Summary
-
Fields inherited from class org.opends.server.replication.protocol.OperationContext
SYNCHROCONTEXT
-
-
Constructor Summary
Constructors Constructor Description ModifyContext(CSN csn, UUID entryUUID)
Creates a new Modify Context with the provided parameters.
-