Package org.jivesoftware.openfire.audit
Class AuditStreamIDFactory
java.lang.Object
org.jivesoftware.openfire.audit.AuditStreamIDFactory
- All Implemented Interfaces:
StreamIDFactory
Factory for producing audit stream IDs. We use a factory so that
audit information can be identified using an appropriate storage
key (typically a long for RDBMS).
- Author:
- Iain Shigeoka
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AuditStreamIDFactory
public AuditStreamIDFactory()
-
-
Method Details
-
createStreamID
Description copied from interface:StreamIDFactory
Generate a stream id.- Specified by:
createStreamID
in interfaceStreamIDFactory
- Returns:
- A new, unique stream id
-