Skip navigation links
com.bea.wlcp.wlng.statistics
Class StatInfo
java.lang.Object
com.bea.wlcp.wlng.statistics.StatInfo
- All Implemented Interfaces:
- Serializable
- public final class StatInfo
- extends Object
- implements Serializable
TODO: toString(), refactor
- See Also:
- Serialized Form
Constructor Summary |
StatInfo()
|
StatInfo(String _statisticsType, long _timeStampStart, long _timeStampEnd, int _numberOfTransactions, String _spAccountId, String _appAccountId)
|
appAccountId
public String appAccountId
numberOfTransactions
public int numberOfTransactions
spAccountId
public String spAccountId
statisticsType
public String statisticsType
timeStampEnd
public long timeStampEnd
timeStampStart
public long timeStampStart
StatInfo
public StatInfo()
StatInfo
public StatInfo(String _statisticsType,
long _timeStampStart,
long _timeStampEnd,
int _numberOfTransactions,
String _spAccountId,
String _appAccountId)
toString
public String toString()
Skip navigation links
Copyright © 2008, 2015, Oracle and/or its affiliates. All rights reserved.