|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Server side interface
Method Summary | |
void |
regProfOperation(ProfilingKey key,
ProfilingListener adapter)
Any service/function that wants to make one of its operations profilable, creates an adapter & a listener. |
void |
reportOpData(ProfilingKey key,
Object occuranceKey,
int cost,
Object occuranceData)
Operations being profiled will report data using this method. |
Method Detail |
public void regProfOperation(ProfilingKey key, ProfilingListener adapter)
key
- adapter
- public void reportOpData(ProfilingKey key, Object occuranceKey, int cost, Object occuranceData)
key
- occuranceKey
- cost
- occuranceData
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |