Class CMSRequestInfos
java.lang.Object
com.netscape.certsrv.base.DataCollection<CMSRequestInfo>
com.netscape.certsrv.request.CMSRequestInfos
-
Field Summary
Fields inherited from class DataCollection
entries, links, totalModifier and TypeFieldDescriptionprotected Collection<CMSRequestInfo> protected Collection<Link> protected int -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class DataCollection
addEntry, addLink, equals, getEntries, getLinks, getTotal, hashCode, removeEntry, removeLink, setEntries, setLinks, setTotalModifier and TypeMethodDescriptionvoidaddEntry(CMSRequestInfo entry) voidbooleangetLinks()intgetTotal()inthashCode()voidremoveEntry(CMSRequestInfo entry) voidremoveLink(Link link) voidsetEntries(Collection<CMSRequestInfo> entries) voidsetLinks(Collection<Link> links) voidsetTotal(int total)
-
Constructor Details
-
CMSRequestInfos
public CMSRequestInfos()
-