com.netscape.certsrv.dbs.keydb
Interface IKeyRecordList


public interface IKeyRecordList

A class represents a list of key records.

Version:
$Revision: 1211 $, $Date: 2010-08-18 10:15:37 -0700 (Wed, 18 Aug 2010) $

Method Summary
 java.util.Enumeration getKeyRecords(int startidx, int endidx)
          Retrieves key records.
 int getSize()
          Retrieves the size of key list.
 

Method Detail

getSize

int getSize()
Retrieves the size of key list.

Returns:
size of key list

getKeyRecords

java.util.Enumeration getKeyRecords(int startidx,
                                    int endidx)
                                    throws EBaseException
Retrieves key records.

Parameters:
startidx - start index
endidx - end index
Returns:
key records
Throws:
EBaseException - failed to retrieve key records