|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object oracle.jbo.common.ampool.AMStatistics
public class AMStatistics
A structure for ApplicationModule statistics.
Nested Class Summary | |
---|---|
static class |
AMStatistics.CountStatsInfo
Custom implementations of ApplicationModules should add their long properties using this class. |
static class |
AMStatistics.StatsInfo
The class is used for reporting of statistics. |
static class |
AMStatistics.StringStatsInfo
Custom implementations of ApplicationModules should add their String properties using this class. |
Field Summary | |
---|---|
long |
lastSampleTime
|
long |
mCreationTimeMillis
|
int |
mID
|
long |
mLockTime
|
java.lang.String |
mName
|
long |
mNumNestedAppModules
|
long |
mNumOfViewLinks
|
long |
mNumOfVOs
|
long |
mReleaseTime
|
java.lang.String |
mSessionID
|
long |
mTimeToCreateMillis
|
long |
startTime
|
Constructor Summary | |
---|---|
AMStatistics()
|
Method Summary | |
---|---|
void |
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. |
java.lang.Object |
clone()
|
long |
getLastSampleTime()
|
long |
getStartTime()
|
java.util.List |
getStatisticsInfo(java.util.Locale locale)
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public long mNumOfVOs
public long mNumOfViewLinks
public long mNumNestedAppModules
public java.lang.String mSessionID
public long mLockTime
public long mCreationTimeMillis
public long mReleaseTime
public long mTimeToCreateMillis
public java.lang.String mName
public int mID
public long startTime
public long lastSampleTime
Constructor Detail |
---|
public AMStatistics()
Method Detail |
---|
public java.lang.Object clone()
clone
in class java.lang.Object
public long getStartTime()
public long getLastSampleTime()
public java.util.List getStatisticsInfo(java.util.Locale locale)
public void add(java.lang.String statName, AMStatistics.StatsInfo statsInfo)
statName
- Name of the custom defined statisticsstatsInfo
- Custom defined statistics
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |