Class AuditorImpl
java.lang.Object
org.jivesoftware.openfire.audit.spi.AuditorImpl
- All Implemented Interfaces:
Auditor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAudit an XMPP packet.intReturns the number of queued packets that are still in memory and need to be saved to a permanent store.voidvoidsetLogTimeout(Duration logTimeout) protected voidsetMaxValues(int totalSize, int fileSize, Duration duration) voidstop()Prepares the auditor for system shutdown.
-
Constructor Details
-
AuditorImpl
-
-
Method Details
-
setMaxValues
-
setLogTimeout
-
setLogDir
-
getQueuedPacketsNumber
public int getQueuedPacketsNumber()Description copied from interface:AuditorReturns the number of queued packets that are still in memory and need to be saved to a permanent store.- Specified by:
getQueuedPacketsNumberin interfaceAuditor- Returns:
- the number of queued packets that are still in memory.
-
audit
Description copied from interface:AuditorAudit an XMPP packet. -
stop
public void stop()Description copied from interface:AuditorPrepares the auditor for system shutdown.
-