|
Openfire 3.9.0 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Auditor
Use auditors to audit events and messages on the server.
All events and messages are sent to the auditor for recording. The auditor will determine if auditing should take place, and what to do with the data.
Method Summary | |
---|---|
void |
audit(org.xmpp.packet.Packet packet,
Session session)
Audit an XMPP packet. |
int |
getQueuedPacketsNumber()
Returns the number of queued packets that are still in memory and need to be saved to a permanent store. |
void |
stop()
Prepares the auditor for system shutdown. |
Method Detail |
---|
void audit(org.xmpp.packet.Packet packet, Session session)
packet
- the packet being auditedsession
- the session used for sending or receiving the packetvoid stop()
int getQueuedPacketsNumber()
|
Openfire 3.9.0 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |