Package com.netscape.certsrv.logging
Class AuditFileCollection
- java.lang.Object
-
- com.netscape.certsrv.base.DataCollection<AuditFile>
-
- com.netscape.certsrv.logging.AuditFileCollection
-
public class AuditFileCollection extends DataCollection<AuditFile>
- Author:
- Endi S. Dewata
-
-
Constructor Summary
Constructors Constructor Description AuditFileCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<AuditFile>
getEntries()
-
Methods inherited from class com.netscape.certsrv.base.DataCollection
addEntry, addLink, equals, getLinks, getTotal, hashCode, removeEntry, removeLink, setEntries, setLinks, setTotal
-
-
-
-
Method Detail
-
getEntries
public java.util.Collection<AuditFile> getEntries()
- Overrides:
getEntries
in classDataCollection<AuditFile>
-
-