Uses of Class
org.opends.server.replication.protocol.OperationContext
-
Packages that use OperationContext Package Description org.opends.server.replication.protocol This package contains the code used by the replication server and by the code running on the Directory Server side to exchange their information. -
-
Uses of OperationContext in org.opends.server.replication.protocol
Subclasses of OperationContext in org.opends.server.replication.protocol Modifier and Type Class Description class
AddContext
This class describes the context that is attached to Add Operation.class
DeleteContext
This class is used to describe the context attached to a Delete Operation.class
ModifyContext
This class describe the replication context that is attached to Modify operation.class
ModifyDnContext
This class describe the replication context that is attached to ModifyDN operation.
-