Package | Description |
---|---|
com.webobjects.monitor._private |
Modifier and Type | Method and Description |
---|---|
MApplication |
MInstance.application() |
MApplication |
MSiteConfig.applicationWithName(String anAppName) |
Modifier and Type | Method and Description |
---|---|
NSMutableArray<MApplication> |
MSiteConfig.applicationArray() |
Modifier and Type | Method and Description |
---|---|
void |
MSiteConfig._addApplication(MApplication newApplication) |
void |
MSiteConfig._removeApplication(MApplication anApplication) |
static Float |
StatsUtilities.actualTransactionsPerSecondForApplication(MApplication anApp) |
void |
MSiteConfig.addApplication_M(MApplication newApplication) |
void |
MSiteConfig.addApplication_W(MApplication newApplication) |
NSMutableArray<MInstance> |
MSiteConfig.addInstances_M(MHost selectedHost,
MApplication myApplication,
int numberToAdd) |
void |
MSiteConfig.removeApplication_M(MApplication anApplication) |
void |
MSiteConfig.removeApplication_W(MApplication anApplication) |
void |
MSiteConfig.removeInstances_M(MApplication application,
NSArray<MInstance> instances) |
protected static Integer |
StatsUtilities.sumStatisticOfActiveInstances(MApplication monitoredApplication,
String statisticsKey)
Calculates and returns the sum of the statistic indicated by the given statisticsKey for
the running instances of the given monitored application.
|
static Integer |
StatsUtilities.totalActiveSessionsForActiveInstancesOfApplication(MApplication monitoredApplication)
Returns the total number of active sessions for running instances of the given monitored application
If the monitored application has no running instances, returns Integer.valueOf(0)
|
static Integer |
StatsUtilities.totalActiveSessionsForApplication(MApplication anApp) |
static Float |
StatsUtilities.totalAverageIdleTimeForApplication(MApplication anApp) |
static Float |
StatsUtilities.totalAverageTransactionForApplication(MApplication anApp) |
static Integer |
StatsUtilities.totalTransactionsForActiveInstancesOfApplication(MApplication monitoredApplication)
Returns the total number of transactions for running instances of the given monitored application
If the monitored application has no running instances, returns Integer.valueOf(0)
|
static Integer |
StatsUtilities.totalTransactionsForApplication(MApplication anApp) |
Constructor and Description |
---|
MInstance(MHost aHost,
MApplication anApplication,
Integer anID,
MSiteConfig aConfig)
Constructors *********
|
Copyright © 2002 – 2024 Project Wonder.