org.deegree.framework.util
Class ProfilerInterceptor
java.lang.Object
org.deegree.framework.util.Interceptor
org.deegree.framework.util.ProfilerInterceptor
public class ProfilerInterceptor
- extends Interceptor
Interceptor to profile the application.
- Since:
- 2.0
- Version:
- 2.0, $Revision: 18195 $, $Date: 2009-06-18 17:55:39 +0200 (Do, 18 Jun 2009) $
- Author:
- Torsten Friebe , last edited by: $Author: mschneider $
- See Also:
- Chain of Responsibility Design Pattern
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
data
protected static java.util.HashMap<java.lang.String,ProfilerInterceptor.ProfileEntry> data
- data to be used
ProfilerInterceptor
public ProfilerInterceptor(Interceptor nextInterceptor)
- Parameters:
nextInterceptor
-
printStats
protected static void printStats()
getEntry
protected static ProfilerInterceptor.ProfileEntry getEntry(java.lang.String m)
- Parameters:
m
-
- Returns:
- named ProfileEntry
handleInvocation
protected java.lang.Object handleInvocation(java.lang.reflect.Method method,
java.lang.Object[] params)
throws java.lang.IllegalAccessException,
java.lang.reflect.InvocationTargetException
- Description copied from class:
Interceptor
- Do an invocation of the given method while being able to something else first.
- Specified by:
handleInvocation
in class Interceptor
- Parameters:
method
- params
-
- Returns:
- -
- Throws:
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org