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.
  • Constructor Details

    • ModifyContext

      public ModifyContext(CSN csn, UUID entryUUID)
      Creates a new Modify Context with the provided parameters.
      Parameters:
      csn - The CSN of the operation.
      entryUUID - the unique Id of the modified entry.