FileDocCategorySizeDatePackage
PWCHttpServiceStats.javaAPI DocGlassfish v2 API4564Fri May 04 22:25:48 BST 2007com.sun.enterprise.admin.monitor.stats

PWCHttpServiceStats

public interface PWCHttpServiceStats implements javax.management.j2ee.statistics.Stats
Contains Statistical Information for the HttpService

Fields Summary
Constructors Summary
Methods Summary
public javax.management.j2ee.statistics.CountStatisticgetFlagProfilingEnabled()
Returns 1 if profiling is enabled, otherwise 0

return
profile enabled?

public javax.management.j2ee.statistics.CountStatisticgetFlagVirtualServerOverflow()
Returns 1 if virtual server overflow is enable, otherwise 0

return
virtual sever overflow enabled?

public com.sun.enterprise.admin.monitor.stats.StringStatisticgetID()
Returns HttpService Id

return
HttpService Id

public javax.management.j2ee.statistics.CountStatisticgetLoad15MinuteAverage()
Returns the average load for the last 15 minutes

return
average 15 minute load

public javax.management.j2ee.statistics.CountStatisticgetLoad1MinuteAverage()
Returns the average load in the last minute

return
average 1 minute load

public javax.management.j2ee.statistics.CountStatisticgetLoad5MinuteAverage()
Returns the average load for the last 5 minutes

return
average 5 minute load

public javax.management.j2ee.statistics.CountStatisticgetMaxThreads()
Returns the max amount of threads

return
the max amount of threads

public javax.management.j2ee.statistics.CountStatisticgetMaxVirtualServers()
The Max amount of virtual servers

return
Max amount of virtual servers

public javax.management.j2ee.statistics.CountStatisticgetRateBytesReceived()
Returns the rate of bytes received

return
byte receive rate

public javax.management.j2ee.statistics.CountStatisticgetRateBytesTransmitted()
Returns the rate of bytes transmitted

return
byte trasmission rate

public javax.management.j2ee.statistics.CountStatisticgetSecondsRunning()
Returns the amount of seconds the HttpService has been running

return
seconds HttpService has been running

public com.sun.enterprise.admin.monitor.stats.StringStatisticgetTimeStarted()
Returns the Time the HttpService Was Started

return
Time HttpService Started

public com.sun.enterprise.admin.monitor.stats.StringStatisticgetVersionServer()
Returns the HttpService Version

return
HttpService Version