|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.types.SynchronizationProviderResult.ContinueProcessing
public static class SynchronizationProviderResult.ContinueProcessing
Defines a continue processing synchronization provider result.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.opends.server.types.SynchronizationProviderResult |
---|
SynchronizationProviderResult.ContinueProcessing, SynchronizationProviderResult.StopProcessing |
Constructor Summary | |
---|---|
SynchronizationProviderResult.ContinueProcessing()
|
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 . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SynchronizationProviderResult.ContinueProcessing()
Method Detail |
---|
public ResultCode getResultCode()
continueProcessing
returned false
.
getResultCode
in interface SynchronizationProviderResult
null
if none is provided.public DN getMatchedDN()
continueProcessing
returned false
.
getMatchedDN
in interface SynchronizationProviderResult
null
if none is provided.public java.util.List<java.lang.String> getReferralURLs()
continueProcessing
returned false
.
getReferralURLs
in interface SynchronizationProviderResult
null
if none is provided.public boolean continueProcessing()
continueProcessing
in interface SynchronizationProviderResult
true
if processing on the associated
operation should continue, or false
if it
should stop.public Message getErrorMessage()
continueProcessing
returned false
.
getErrorMessage
in interface SynchronizationProviderResult
null
if none is provided.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |