org.opends.server.replication.protocol
Class ModifyContext

java.lang.Object
  extended by org.opends.server.replication.protocol.OperationContext
      extended by org.opends.server.replication.protocol.ModifyContext

public 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
ModifyContext(ChangeNumber changeNumber, java.lang.String uid)
          Creates a new Modify Context with the provided parameters.
 
Method Summary
 
Methods inherited from class org.opends.server.replication.protocol.OperationContext
equals, getChangeNumber, getChangeNumber, getChangeNumber, getEntryUid, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModifyContext

public ModifyContext(ChangeNumber changeNumber,
                     java.lang.String uid)
Creates a new Modify Context with the provided parameters.

Parameters:
changeNumber - The change number of the operation.
uid - the unique Id of the modified entry.