Package | Description |
---|---|
oracle.jbo.common.ampool |
Modifier and Type | Class and Description |
---|---|
static class |
AMStatistics.CountStatsInfo
Custom implementations of ApplicationModules should add their long properties using this class.
|
static class |
AMStatistics.StringStatsInfo
Custom implementations of ApplicationModules should add their String properties using this class.
|
Modifier and Type | Method and Description |
---|---|
void |
AMStatistics.add(java.lang.String statName, AMStatistics.StatsInfo statsInfo)
This method will be used by Custom Application Module Implementations to add their specific statistics to this collection for reporting.
|