public interface SearchResults
SearchResult| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the connection with the remote resource.
|
RequestStatus |
getRequestStatus()
Gets the status of the search request.
|
boolean |
hasNext()
True if there is another element to be iterated over
|
SearchResult |
next()
The next value in the sequence
|
RequestStatus getRequestStatus()
boolean hasNext()
throws RemoteServicesException
RemoteServicesException - if there was a problem while attempting to determine if there is a next elementSearchResult next() throws RemoteServicesException
RemoteServicesException - if there was a problem obtaining the next elementvoid close()
throws RemoteServicesException
RemoteServicesException - if the search results were not able to be closedIBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.