org.apache.sirona.cdi
Class SironaInterceptor
java.lang.Object
org.apache.sirona.aop.AbstractPerformanceInterceptor<javax.interceptor.InvocationContext>
org.apache.sirona.cdi.SironaInterceptor
- All Implemented Interfaces:
- Serializable
@Interceptor
public class SironaInterceptor
- extends AbstractPerformanceInterceptor<javax.interceptor.InvocationContext>
- See Also:
- Serialized Form
| Methods inherited from class org.apache.sirona.aop.AbstractPerformanceInterceptor |
before, doFindContext, doInvoke, getCounterName, getKey, getOrCreateContext, getRole, isAdaptive, newContext, putAndGetActivationContext, setMonitorNameExtractor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SironaInterceptor
public SironaInterceptor()
monitor
public Object monitor(javax.interceptor.InvocationContext invocationContext)
throws Throwable
- Throws:
Throwable
proceed
protected Object proceed(javax.interceptor.InvocationContext invocation)
throws Throwable
- Specified by:
proceed in class AbstractPerformanceInterceptor<javax.interceptor.InvocationContext>
- Throws:
Throwable
getCounterName
protected String getCounterName(javax.interceptor.InvocationContext invocation)
- Specified by:
getCounterName in class AbstractPerformanceInterceptor<javax.interceptor.InvocationContext>
extractContextKey
protected Object extractContextKey(javax.interceptor.InvocationContext invocation)
- Overrides:
extractContextKey in class AbstractPerformanceInterceptor<javax.interceptor.InvocationContext>
Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.