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 Details

    • AuditStreamIDFactory

      public AuditStreamIDFactory()
  • Method Details