|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.replication.protocol.OperationContext
org.opends.server.replication.protocol.DeleteContext
public class DeleteContext
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 |
---|
public DeleteContext(ChangeNumber changeNumber, java.lang.String uid)
changeNumber
- The change number of the Delete Operation.uid
- The unique Id of the deleted entry.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |