Skip navigation links
oracle.jbo.common.ampool
Class AMStatistics
java.lang.Object
oracle.jbo.common.ampool.AMStatistics
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
-
public class AMStatistics
- extends java.lang.Object
- implements java.lang.Cloneable, java.io.Serializable
A structure for ApplicationModule statistics.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mNumOfVOs
public long mNumOfVOs
mNumOfViewLinks
public long mNumOfViewLinks
mNumNestedAppModules
public long mNumNestedAppModules
mSessionID
public java.lang.String mSessionID
mLockTime
public long mLockTime
mCreationTimeMillis
public long mCreationTimeMillis
mReleaseTime
public long mReleaseTime
mTimeToCreateMillis
public long mTimeToCreateMillis
mName
public java.lang.String mName
mID
public int mID
startTime
public long startTime
lastSampleTime
public long lastSampleTime
AMStatistics
public AMStatistics()
clone
public java.lang.Object clone()
-
- Overrides:
clone
in class java.lang.Object
getStartTime
public long getStartTime()
getLastSampleTime
public long getLastSampleTime()
getStatisticsInfo
public java.util.List getStatisticsInfo(java.util.Locale locale)
add
public 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. The custom statistics if already defined for the statName, will be overwritten by the new statsInfo value.
-
- Parameters:
statName
- Name of the custom defined statistics
statsInfo
- Custom defined statistics
Skip navigation links
Copyright © 1997, 2011, Oracle. All rights reserved.