Package org.opends.server.types
Interface SynchronizationProviderResult
-
- All Superinterfaces:
PluginResult.OperationResult
- All Known Implementing Classes:
SynchronizationProviderResult.ContinueProcessing
,SynchronizationProviderResult.StopProcessing
@PublicAPI(stability=VOLATILE, mayInstantiate=false, mayExtend=false, mayInvoke=true) public interface SynchronizationProviderResult extends PluginResult.OperationResult
This class defines a data structure that holds information about the result of processing by a synchronization provider.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
SynchronizationProviderResult.ContinueProcessing
Defines a continue processing synchronization provider result.static class
SynchronizationProviderResult.StopProcessing
Defines a stop processing synchronization provider result.
-
Method Summary
-
Methods inherited from interface org.opends.server.api.plugin.PluginResult.OperationResult
continueProcessing, getResult
-
-