com.netscape.certsrv.request
Interface IRequestVirtualList


public interface IRequestVirtualList

This interface defines access to request virtual list.

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

Method Summary
 int getCurrentIndex()
          Gets the current index
 IRequest getElementAt(int index)
          Gets the element at the specified index
 int getSize()
          Gets the total size of the result set.
 

Method Detail

getSize

int getSize()
Gets the total size of the result set. Elements of the list are numbered from 0..(size-1)

Returns:
size of the result set

getElementAt

IRequest getElementAt(int index)
Gets the element at the specified index

Parameters:
index - index of the element
Returns:
specified request

getCurrentIndex

int getCurrentIndex()
Gets the current index

Returns:
current index