Package org.jivesoftware.openfire.audit
Class AuditStreamIDFactory
- java.lang.Object
-
- org.jivesoftware.openfire.audit.AuditStreamIDFactory
-
- All Implemented Interfaces:
StreamIDFactory
public class AuditStreamIDFactory extends Object implements 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 Constructor Description AuditStreamIDFactory()
-
-
-
Method Detail
-
createStreamID
public StreamID createStreamID()
Description copied from interface:StreamIDFactory
Generate a stream id.- Specified by:
createStreamID
in interfaceStreamIDFactory
- Returns:
- A new, unique stream id
-
-