Class AddContext
java.lang.Object
org.opends.server.replication.protocol.OperationContext
org.opends.server.replication.protocol.AddContext
This class describes the context that is attached to Add Operation.
-
Field Summary
Fields inherited from class org.opends.server.replication.protocol.OperationContext
SYNCHROCONTEXT
-
Constructor Summary
ConstructorDescriptionAddContext
(CSN csn, UUID entryUUID, UUID parentEntryUUID) Creates a new AddContext with the provided information. -
Method Summary
Modifier and TypeMethodDescriptionGet the Unique Id of the parent of the added entry.Methods inherited from class org.opends.server.replication.protocol.OperationContext
equals, getCSN, getCSN, getEntryUUID, hashCode
-
Constructor Details
-
AddContext
Creates a new AddContext with the provided information.- Parameters:
csn
- The CSN of the add operation.entryUUID
- the Unique Id of the added entry.parentEntryUUID
- The unique Id of the parent of the added entry.
-
-
Method Details
-
getParentEntryUUID
Get the Unique Id of the parent of the added entry.- Returns:
- Returns the Unique Id of the parent of the added entry.
-