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

Variable Index

 o noticeInfoStatisticsTag
 o PackageName
 o requestStatisticsTag

Constructor Index

 o Statistics()
 o Statistics(StatisticsListener)

Method Index

 o addEvent(int, String)
 o addEvent(String)
 o appendEventLog(StringBuffer)
 o appendEventLog(StringBuffer, int)
 o appendEventLog(StringBuffer, int, int)
 o appendMemoryStatistics(StringBuffer)
 o appendPeerStatistics(StringBuffer)
 o appendSystemProperties(StringBuffer)
 o getDefaultStatistics()
 o received(UNL, String, String)
 o reply(UNL)
 o reply(UNL, String)
 o request(UNL)
 o request(UNL, String)
 o resetEventLog()
 o understands()

Variables

 o PackageName
 public static final String PackageName
 o requestStatisticsTag
 public static final String requestStatisticsTag
 o noticeInfoStatisticsTag
 public static final String noticeInfoStatisticsTag

Constructors

 o Statistics
 public Statistics()
 o Statistics
 public Statistics(StatisticsListener listener)

Methods

 o understands
 public boolean understands()
Overrides:
understands in class Skeleton
 o received
 public void received(UNL source,
                      String method,
                      String body)
Overrides:
received in class Skeleton
 o resetEventLog
 public void resetEventLog()
 o addEvent
 public void addEvent(int loglevel,
                      String event)
 o addEvent
 public void addEvent(String event)
 o request
 public void request(UNL target,
                     String body) throws PSYCDeliveryException
 o request
 public void request(UNL target) throws PSYCDeliveryException
 o reply
 public void reply(UNL target,
                   String body) throws PSYCDeliveryException
 o reply
 public void reply(UNL target) throws PSYCDeliveryException
 o getDefaultStatistics
 public String getDefaultStatistics()
 o appendMemoryStatistics
 public void appendMemoryStatistics(StringBuffer stats)
 o appendSystemProperties
 public void appendSystemProperties(StringBuffer stats)
 o appendPeerStatistics
 public void appendPeerStatistics(StringBuffer stats)
 o appendEventLog
 public void appendEventLog(StringBuffer stats,
                            int from,
                            int to)
 o appendEventLog
 public void appendEventLog(StringBuffer stats,
                            int from)
 o appendEventLog
 public void appendEventLog(StringBuffer stats)

All Packages  Class Hierarchy  This Package  Previous  Next  Index