|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Profiler
Profiler component interface.
Field Summary | |
---|---|
static String |
ROLE
|
Method Summary | |
---|---|
void |
addResult(String uri,
ProfilerData data)
Add a result for a request. |
void |
clearResult(Object key)
Remove a specified result. |
void |
clearResults()
Clear the results. |
ProfilerResult |
getResult(Object key)
Returns a result of a specifed key. |
Collection |
getResultKeys()
Returns a collection of all keys |
Collection |
getResults()
Returns a collection of the results. |
Field Detail |
---|
static final String ROLE
Method Detail |
---|
void clearResults()
void clearResult(Object key)
key
- Key of the result.void addResult(String uri, ProfilerData data)
uri
- URI of the requestdata
- Result of the profilingCollection getResultKeys()
Collection getResults()
ProfilerResult getResult(Object key)
key
- Key of the result.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |