com.netscape.certsrv.dbs
Interface IDBSearchResults

All Superinterfaces:
java.util.Enumeration

public interface IDBSearchResults
extends java.util.Enumeration

A class represents the search results. A search results object contain a enumeration of Java objects that are just read from the database.

Version:
$Revision: 14561 $, $Date: 2007-05-01 10:28:56 -0700 (Tue, 01 May 2007) $

Method Summary
 boolean hasMoreElements()
          Checks if any element is available.
 java.lang.Object nextElement()
          Retrieves next element.
 

Method Detail

hasMoreElements

boolean hasMoreElements()
Checks if any element is available.

Specified by:
hasMoreElements in interface java.util.Enumeration
Returns:
true if there is more elements

nextElement

java.lang.Object nextElement()
Retrieves next element.

Specified by:
nextElement in interface java.util.Enumeration
Returns:
next element