|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@PublicAPI(stability=VOLATILE, mayInstantiate=false, mayExtend=false, mayInvoke=true) public interface SynchronizationProviderResult
This class defines a data structure that holds information about the result of processing by a synchronization provider.
Nested Class Summary | |
---|---|
static class |
SynchronizationProviderResult.ContinueProcessing
Defines a continue processing synchronization provider result. |
static class |
SynchronizationProviderResult.StopProcessing
Defines a stop processing synchronization provider result. |
Method Summary | |
---|---|
boolean |
continueProcessing()
Indicates whether processing on the associated operation should continue. |
Message |
getErrorMessage()
Retrieves the error message if continueProcessing
returned false . |
DN |
getMatchedDN()
Retrieves the matched DN for the operation if continueProcessing returned false . |
java.util.List<java.lang.String> |
getReferralURLs()
Retrieves the referral URLs for the operation if continueProcessing returned false . |
ResultCode |
getResultCode()
Retrieves the result code for the operation if continueProcessing returned false . |
Method Detail |
---|
boolean continueProcessing()
true
if processing on the associated
operation should continue, or false
if it
should stop.Message getErrorMessage()
continueProcessing
returned false
.
null
if none is provided.ResultCode getResultCode()
continueProcessing
returned false
.
null
if none is provided.DN getMatchedDN()
continueProcessing
returned false
.
null
if none is provided.java.util.List<java.lang.String> getReferralURLs()
continueProcessing
returned false
.
null
if none is provided.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |