|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.aol.acc.AccBase
com.aol.acc.AccStats
public class AccStats
IAccStats is used for statistics (metrics) reporting.
| Method Summary | |
|---|---|
int |
getCount()
Number of occurrences; default: 1 |
int |
getType()
Default: UiAction |
java.lang.String |
getUiActionId()
UI action ID |
java.lang.String |
getUiActionSpecificData()
Optional UI action auxiliary data |
void |
setCount(int Count)
Number of occurrences; default: 1 |
void |
setType(int Type)
Default: UiAction |
void |
setUiActionId(java.lang.String UiActionId)
UI action ID |
void |
setUiActionSpecificData(java.lang.String UiActionSpecificData)
Optional UI action auxiliary data |
| Methods inherited from class com.aol.acc.AccBase |
|---|
compareHandle, equals |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int getType()
throws AccException
AccException
public void setType(int Type)
throws AccException
AccException
public int getCount()
throws AccException
AccException
public void setCount(int Count)
throws AccException
AccException
public java.lang.String getUiActionId()
throws AccException
AccException
public void setUiActionId(java.lang.String UiActionId)
throws AccException
AccException
public java.lang.String getUiActionSpecificData()
throws AccException
AccException
public void setUiActionSpecificData(java.lang.String UiActionSpecificData)
throws AccException
AccException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||