|
|||||||||
| 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.ModifyContext
public class ModifyContext
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 |
|---|
public ModifyContext(ChangeNumber changeNumber,
java.lang.String uid)
changeNumber - The change number of the operation.uid - the unique Id of the modified entry.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||