Class ArchiveCandidate<E>
java.lang.Object
org.jivesoftware.openfire.archive.ArchiveCandidate<E>
- All Implemented Interfaces:
Comparable<ArchiveCandidate<E>>
A to-be-archived entity.
Note that the ordering imposed by the Comparable implementation is not consistent with equals, and serves only
to order instances by their creation timestamp.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
-
Constructor Details
-
ArchiveCandidate
-
-
Method Details
-
createdAt
-
getElement
-
compareTo
- Specified by:
compareToin interfaceComparable<E>
-