|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.AbstractMap
ariba.util.core.Hashtable
ariba.util.core.EqHashtable
ariba.util.core.PerformanceState.Stats
public static class PerformanceState.Stats
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| Constructor Summary | |
|---|---|
PerformanceState.Stats()
|
|
| Method Summary | |
|---|---|
String |
getAcceptLanguage()
|
String |
getAppDimension1()
AppDimension (1 & 2) can be used for storing application-specific categorization information that can we used to slice/group information during analysis. |
String |
getAppDimension2()
|
String |
getAppInfo()
Arbitrary descriptive information that will be written to the CSV. |
PerformanceState |
getAppMetric()
An additional metric that should be logged in the CSV. |
String |
getDestinationArea()
|
String |
getDestinationPage()
The page returned from the request |
String |
getIPAddress()
|
PerformanceCheck |
getPerformanceCheck()
|
String |
getRealm()
|
String |
getRealmType()
|
String |
getReferer()
|
String |
getSessionID()
|
String |
getSourceArea()
Sub-area within the source page. |
String |
getSourcePage()
For AW this is the AW page (class name) that processed the incoming request. |
String |
getStatus()
Status_Success, Status_InternalError, etc... |
String |
getType()
Type_User, Type_Task, etc... |
String |
getUser()
|
String |
getUserAgent()
|
boolean |
isToBeContinued()
Indicates that this performance state will be continued in a subsequent request (and so should not be logged on clear(). |
void |
setAcceptLanguage(String languages)
|
void |
setAppDimension1(String appDimension1)
|
void |
setAppDimension2(String appDimension2)
|
void |
setAppInfo(String appInfo)
|
void |
setAppMetric(PerformanceState appMetric)
|
void |
setDestinationArea(String destinationArea)
|
void |
setDestinationPage(String destinationPage)
|
void |
setIPAddress(String ipAddress)
|
void |
setRealm(String realm)
|
void |
setRealmType(String realmType)
|
void |
setReferer(String url)
|
void |
setSessionID(String sessionID)
|
void |
setSourceArea(String sourceArea)
|
void |
setSourcePage(String sourcePage)
|
void |
setStatus(String status)
|
void |
setToBeContinued(boolean toBeContinued)
|
void |
setType(String type)
|
void |
setUser(String user)
|
void |
setUserAgent(String agent)
|
String |
toString()
Returns the Hashtable's string representation. |
| Methods inherited from class ariba.util.core.Hashtable |
|---|
clear, clone, contains, containsKey, count, elements, elementsArray, elementsVector, entrySet, fromSerializedString, get, isEmpty, keys, keysArray, keySet, keysVector, put, readExternal, remove, removeElement, size, toSerializedString, toStringArray, values, writeExternal |
| Methods inherited from class java.util.AbstractMap |
|---|
containsValue, equals, hashCode, putAll |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PerformanceState.Stats()
| Method Detail |
|---|
public PerformanceCheck getPerformanceCheck()
public boolean isToBeContinued()
public void setToBeContinued(boolean toBeContinued)
public String getRealm()
public void setRealm(String realm)
public String getSessionID()
public String getRealmType()
public void setRealmType(String realmType)
public void setSessionID(String sessionID)
public String getIPAddress()
public void setIPAddress(String ipAddress)
public String getUser()
public void setUser(String user)
public String getSourcePage()
public void setSourcePage(String sourcePage)
public String getSourceArea()
public void setSourceArea(String sourceArea)
public String getDestinationPage()
public void setDestinationPage(String destinationPage)
public String getDestinationArea()
public void setDestinationArea(String destinationArea)
public String getType()
public void setType(String type)
public String getStatus()
public void setStatus(String status)
public PerformanceState getAppMetric()
public void setAppMetric(PerformanceState appMetric)
public String getAppInfo()
public void setAppInfo(String appInfo)
public String getAppDimension1()
public void setAppDimension1(String appDimension1)
public String getAppDimension2()
public void setAppDimension2(String appDimension2)
public String getReferer()
public void setReferer(String url)
public String getAcceptLanguage()
public void setAcceptLanguage(String languages)
public String getUserAgent()
public void setUserAgent(String agent)
public String toString()
Hashtable
toString in class Hashtable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||