|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ldaptive.control.util.SyncReplItem.Response
public static class SyncReplItem.Response
Wrapper class that provides easy access to the SyncDoneControl
contained in a response.
| Constructor Summary | |
|---|---|
SyncReplItem.Response(Response<SearchResult> res)
Creates a new response. |
|
| Method Summary | |
|---|---|
Response<SearchResult> |
getResponse()
Returns the underlying response. |
SyncDoneControl |
getSyncDoneControl()
Returns the sync done control or null if no such control exists in the response. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SyncReplItem.Response(Response<SearchResult> res)
SyncDoneControl it is made available via getSyncDoneControl().
res - to search for sync done control in| Method Detail |
|---|
public Response<SearchResult> getResponse()
public SyncDoneControl getSyncDoneControl()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||