org.opends.server.replication.protocol
Class DeleteContext

java.lang.Object
  extended by org.opends.server.replication.protocol.OperationContext
      extended by 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
DeleteContext(ChangeNumber changeNumber, java.lang.String uid)
          Creates a new DeleteContext with the provided information.
 
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

DeleteContext

public DeleteContext(ChangeNumber changeNumber,
                     java.lang.String uid)
Creates a new DeleteContext with the provided information.

Parameters:
changeNumber - The change number of the Delete Operation.
uid - The unique Id of the deleted entry.