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