com.zion.jbuddy.bots
Class BotStatistics

java.lang.Object
  extended by com.zion.jbuddy.bots.BotStatistics

public class BotStatistics
extends Object

Various statistics.

See Also:
BotEngine, BotClient

Method Summary
 int getMessagesReceived()
          Returns the number of messages received since the engine was started.
 int getMessagesSent()
          Returns the number of messages sent since the engine was started.
 int getPeakSessions()
          Returns the peak (highest) number of concurrent user sessions that occurred since the engine was started.
 int getSessions()
          Returns the current number of user sessions.
 int getTotalSessions()
          Returns the total number of user sessions handled since the engine was started.
 int getUniqueSessions()
          Returns the number of unique user sessions handled in the last 24 hours since the engine was started.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSessions

public int getSessions()
Returns the current number of user sessions.


getPeakSessions

public int getPeakSessions()
Returns the peak (highest) number of concurrent user sessions that occurred since the engine was started.


getTotalSessions

public int getTotalSessions()
Returns the total number of user sessions handled since the engine was started.


getUniqueSessions

public int getUniqueSessions()
Returns the number of unique user sessions handled in the last 24 hours since the engine was started.


getMessagesReceived

public int getMessagesReceived()
Returns the number of messages received since the engine was started.


getMessagesSent

public int getMessagesSent()
Returns the number of messages sent since the engine was started.



JBuddy is a trademark of Zion Software, LLC in the US and other countries.
Copyright 2000-2008 Zion Software, LLC All Rights Reserved.