Class AddContext
- java.lang.Object
-
- org.opends.server.replication.protocol.OperationContext
-
- org.opends.server.replication.protocol.AddContext
-
public final class AddContext extends OperationContext
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
Constructors Constructor Description AddContext(CSN csn, UUID entryUUID, UUID parentEntryUUID)
Creates a new AddContext with the provided information.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UUID
getParentEntryUUID()
Get 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
-
-
-
-
Method Detail
-
getParentEntryUUID
public UUID getParentEntryUUID()
Get the Unique Id of the parent of the added entry.- Returns:
- Returns the Unique Id of the parent of the added entry.
-
-