All Packages Class Hierarchy This Package Previous Next Index
Class lava.net.psyc.packages.Statistics
java.lang.Object
|
+----lava.net.psyc.packages.Skeleton
|
+----lava.net.psyc.packages.Statistics
- public class Statistics
- extends Skeleton
-
noticeInfoStatisticsTag
-
-
PackageName
-
-
requestStatisticsTag
-
-
Statistics()
-
-
Statistics(StatisticsListener)
-
-
addEvent(int, String)
-
-
addEvent(String)
-
-
appendEventLog(StringBuffer)
-
-
appendEventLog(StringBuffer, int)
-
-
appendEventLog(StringBuffer, int, int)
-
-
appendMemoryStatistics(StringBuffer)
-
-
appendPeerStatistics(StringBuffer)
-
-
appendSystemProperties(StringBuffer)
-
-
getDefaultStatistics()
-
-
received(UNL, String, String)
-
-
reply(UNL)
-
-
reply(UNL, String)
-
-
request(UNL)
-
-
request(UNL, String)
-
-
resetEventLog()
-
-
understands()
-
PackageName
public static final String PackageName
requestStatisticsTag
public static final String requestStatisticsTag
noticeInfoStatisticsTag
public static final String noticeInfoStatisticsTag
Statistics
public Statistics()
Statistics
public Statistics(StatisticsListener listener)
understands
public boolean understands()
- Overrides:
- understands in class Skeleton
received
public void received(UNL source,
String method,
String body)
- Overrides:
- received in class Skeleton
resetEventLog
public void resetEventLog()
addEvent
public void addEvent(int loglevel,
String event)
addEvent
public void addEvent(String event)
request
public void request(UNL target,
String body) throws PSYCDeliveryException
request
public void request(UNL target) throws PSYCDeliveryException
reply
public void reply(UNL target,
String body) throws PSYCDeliveryException
reply
public void reply(UNL target) throws PSYCDeliveryException
getDefaultStatistics
public String getDefaultStatistics()
appendMemoryStatistics
public void appendMemoryStatistics(StringBuffer stats)
appendSystemProperties
public void appendSystemProperties(StringBuffer stats)
appendPeerStatistics
public void appendPeerStatistics(StringBuffer stats)
appendEventLog
public void appendEventLog(StringBuffer stats,
int from,
int to)
appendEventLog
public void appendEventLog(StringBuffer stats,
int from)
appendEventLog
public void appendEventLog(StringBuffer stats)
All Packages Class Hierarchy This Package Previous Next Index