com.webobjects.appserver
Interface WOStatisticsStoreMBean
- All Known Implementing Classes: 
- WOStatisticsStore
- public interface WOStatisticsStoreMBean 
JMX interface for WOStatisticsStore
- Since:
- 5.4
 
setLogFile
void setLogFile(String path,
                long milliseconds)
- Logging to Files
 
- 
- Since:
- 5.4
 
logFile
String logFile()
- 
- Since:
- 5.4
 
logFileRotationFrequency
long logFileRotationFrequency()
- 
- Since:
- 5.4
 
logFileRotationFrequencyInDays
double logFileRotationFrequencyInDays()
- 
- Since:
- 5.4
 
logString
void logString(String statistics)
- 
- Since:
- 5.4
 
getTransactionMovingAverageSampleSize
int getTransactionMovingAverageSampleSize()
- 
- Since:
- 5.4
 
setTransactionMovingAverageSampleSize
void setTransactionMovingAverageSampleSize(int aCount)
- 
- Since:
- 5.4
 
sessionMovingAverageSampleSize
int sessionMovingAverageSampleSize()
- 
- Since:
- 5.4
 
setSessionMovingAverageSampleSize
void setSessionMovingAverageSampleSize(int aCount)
- 
- Since:
- 5.4
 
getAverageIdleTime
long getAverageIdleTime()
- 
- Since:
- 5.4
 
getAverageTransactionTime
long getAverageTransactionTime()
- 
- Since:
- 5.4
 
getAverageWSTransactionTime
long getAverageWSTransactionTime()
- 
- Since:
- 5.4
 
getAverageDATransactionTime
long getAverageDATransactionTime()
- 
- Since:
- 5.4
 
getAverageCATransactionTime
long getAverageCATransactionTime()
- 
- Since:
- 5.4
 
getMovingAverageIdleTime
long getMovingAverageIdleTime()
- 
- Since:
- 5.4
 
getMovingAverageTransactionTime
long getMovingAverageTransactionTime()
- 
- Since:
- 5.4
 
getAverageRequestsPerSession
double getAverageRequestsPerSession()
- 
- Since:
- 5.4
 
getMovingAverageRequestsPerSession
double getMovingAverageRequestsPerSession()
- 
- Since:
- 5.4
 
getMovingAverageSessionLife
long getMovingAverageSessionLife()
- 
- Since:
- 5.4
 
getAverageSessionMemory
HashMap getAverageSessionMemory()
- 
- Since:
- 5.4
 
getMemoryUsage
HashMap getMemoryUsage()
- 
- Since:
- 5.4
 
getLastSessionStatistics
ArrayList getLastSessionStatistics()
- 
- Since:
- 5.4
 
getPagesStatistics
HashMap getPagesStatistics()
- 
- Since:
- 5.4
 
getWebServiceStatistics
HashMap getWebServiceStatistics()
- 
- Since:
- 5.4
 
getDirectActionStatistics
HashMap getDirectActionStatistics()
- 
- Since:
- 5.4
 
getPathsStatistics
HashMap getPathsStatistics()
- 
- Since:
- 5.4
 
getStatisticStoreSessionMax
int getStatisticStoreSessionMax()
- 
- Since:
- 5.4
 
getApplicationlastAccessTime
long getApplicationlastAccessTime()
- 
- Since:
- 5.4
 
setApplicationLastAccessTime
void setApplicationLastAccessTime(long timeInMillis)
- 
- Since:
- 5.4
 
Copyright © 2000-2008 Apple Inc.