|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICertRecordList
A class represents a list of certificate records.
| Method Summary | |
|---|---|
java.lang.Object |
getCertRecord(int index)
Gets one single record at a time similar to processCertRecords but no extra class needed. |
java.util.Enumeration |
getCertRecords(int startidx,
int endidx)
Retrieves requests. |
int |
getCurrentIndex()
Gets the current index. |
int |
getSize()
Retrieves the size of request list. |
int |
getSizeAfterJumpTo()
Gets size after jump to index. |
int |
getSizeBeforeJumpTo()
Gets size before jump to index. |
void |
processCertRecords(int startidx,
int endidx,
IElementProcessor ep)
Process certificate record as soon as it is returned. |
| Method Detail |
|---|
int getCurrentIndex()
int getSize()
int getSizeBeforeJumpTo()
int getSizeAfterJumpTo()
void processCertRecords(int startidx,
int endidx,
IElementProcessor ep)
throws EBaseException
startidx - starting indexendidx - ending indexep - element processor
EBaseException - failed to process cert records
java.util.Enumeration getCertRecords(int startidx,
int endidx)
throws EBaseException
startidx - starting indexendidx - ending index
EBaseException - failed to retrieve
java.lang.Object getCertRecord(int index)
throws EBaseException
index - position of the record to be retrieved
EBaseException - failed to retrieve
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||