| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.ivoa.registry.search.SearchResults
net.ivoa.registry.search.Records
public class Records
this class provides iterator access to the VOResource records returned by a registry search
| Method Summary | |
|---|---|
|  VOResource | next()return the next resource description in the list of results. | 
|  VOResource | previous()return the previous resource description. | 
| Methods inherited from class net.ivoa.registry.search.SearchResults | 
|---|
| getRetrievedCount, hasNext, hasPrevious, isCountFinal | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public VOResource next()
                throws RegistryServiceException,
                       RegistryFormatException,
                       RegistryCommException
RegistryServiceException - if the service encounters an error 
                           (i.e. on the server side).
RegistryCommException - if an unexpected protocol error is
                           encountered.
RegistryFormatException - if the XML response is non-compliant
                           in some way.
public VOResource previous()
                    throws RegistryServiceException,
                           RegistryFormatException,
                           RegistryCommException
RegistryServiceException - if the service encounters an error 
                           (i.e. on the server side).
RegistryCommException - if an unexpected protocol error is
                           encountered.
RegistryFormatException - if the XML response is non-compliant
                           in some way.| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||