|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProfilingData | |
---|---|
org.apache.cocoon.profiling.data | Contains classes and interfaces for the storage and the construction of data structures of profiling data. |
org.apache.cocoon.profiling.profiler | Provides the abstract base class Profiler and some specific
implementations. |
Uses of ProfilingData in org.apache.cocoon.profiling.data |
---|
Methods in org.apache.cocoon.profiling.data that return ProfilingData | |
---|---|
ProfilingData |
ProfilingDataHolder.get(String id)
Retrieve the ProfilingData objects stored with the given id as key. |
ProfilingData |
EhCacheProfilingDataHolder.get(String id)
Retrieve the ProfilingData objects stored with the given id as key. |
ProfilingData |
ProfilingData.getChild(int index)
|
ProfilingData |
ProfilingData.getParent()
|
Methods in org.apache.cocoon.profiling.data that return types with arguments of type ProfilingData | |
---|---|
List<ProfilingData> |
ProfilingData.getChildren()
|
Methods in org.apache.cocoon.profiling.data with parameters of type ProfilingData | |
---|---|
void |
ProfilingDataManagerImpl.add(ProfilingData data)
Add and process the given profiling data. |
void |
ProfilingDataManager.add(ProfilingData data)
Add and process the given profiling data. |
void |
ProfilingData.addChild(ProfilingData data)
Add the given ProfilingData as child and make this object its parent. |
int |
ProfilingDataComparator.compare(ProfilingData arg0,
ProfilingData arg1)
|
boolean |
ProfilingData.removeChild(ProfilingData data)
Remove the given ProfilingData child and set its parent to null if
removal was successful. |
void |
ProfilingDataHolder.store(String id,
ProfilingData data)
Store the given ProfilingData objects using the given id as key. |
void |
EhCacheProfilingDataHolder.store(String id,
ProfilingData data)
Store the given ProfilingData objects using the given id as key. |
Method parameters in org.apache.cocoon.profiling.data with type arguments of type ProfilingData | |
---|---|
void |
ProfilingData.addChildren(List<ProfilingData> children)
Add the given list of children and make this object their parent. |
Uses of ProfilingData in org.apache.cocoon.profiling.profiler |
---|
Methods in org.apache.cocoon.profiling.profiler with parameters of type ProfilingData | |
---|---|
void |
Profiler.after(ProfilingData data,
String methodName,
Object returnValue)
This method is called after the invocation was successfully finished. |
void |
Profiler.before(ProfilingData data,
Object target,
String methodName,
Object[] args)
This method is called before the invocation takes place on the given target object. |
void |
GenerateNodeProfiler.beforeInvoke(ProfilingData data,
GenerateNode component,
Object[] args)
|
void |
MatchNodeProfiler.beforeInvoke(ProfilingData data,
MatchNode component,
Object[] args)
|
void |
PipelineNodeProfiler.beforeInvoke(ProfilingData data,
PipelineNode component,
Object[] args)
|
void |
TransformNodeProfiler.beforeInvoke(ProfilingData data,
TransformNode component,
Object[] args)
|
void |
ServletProfiler.beforeService(ProfilingData data,
javax.servlet.Servlet component,
Object[] args)
|
void |
Profiler.exception(ProfilingData data,
String methodName,
Exception exception)
This method is called after the invocation was successfully finished. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |