Package com.netscape.certsrv.request
Interface IRequestVirtualList
- All Known Implementing Classes:
ListEnumeration
public interface IRequestVirtualList
This interface defines access to request virtual list.
- Version:
- $Revision$, $Date$
-
Method Summary
Modifier and TypeMethodDescriptionint
Gets the current indexgetElementAt
(int index) Gets the element at the specified indexint
getSize()
Gets the total size of the result set.
-
Method Details
-
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
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
-