Uses of Interface
org.opends.server.types.operation.PostOperationAbandonOperation
-
Packages that use PostOperationAbandonOperation Package Description org.opends.server.api.plugin Defines the Directory Server plugin API.org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase. -
-
Uses of PostOperationAbandonOperation in org.opends.server.api.plugin
Methods in org.opends.server.api.plugin with parameters of type PostOperationAbandonOperation Modifier and Type Method Description PluginResult.PostOperation
DirectoryServerPlugin. doPostOperation(PostOperationAbandonOperation abandonOperation)
Performs any necessary processing that should be done after the Directory Server has completed processing for an abandon operation. -
Uses of PostOperationAbandonOperation in org.opends.server.core
Classes in org.opends.server.core that implement PostOperationAbandonOperation Modifier and Type Class Description class
AbandonOperation
This class defines an operation that may be used to abandon an operation that may already be in progress in the Directory Server.Methods in org.opends.server.core with parameters of type PostOperationAbandonOperation Modifier and Type Method Description PluginResult.PostOperation
PluginConfigManager. invokePostOperationAbandonPlugins(PostOperationAbandonOperation abandonOperation)
Invokes the set of post-operation abandon plugins that have been configured in the Directory Server.
-