|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.test.interceptor.Interceptor
public class Interceptor
Constructor Summary | |
---|---|
Interceptor()
|
Method Summary | |
---|---|
static java.util.Map<java.lang.String,java.lang.Object> |
profile(javax.interceptor.InvocationContext ctx,
java.lang.String interceptorName)
This interceptor creates/updates an inner map for every method that it intercepts. |
static java.util.Map<java.lang.String,java.lang.Object> |
profile(SuperInterceptedBean bean,
java.lang.String interceptorName)
This is invoked by the lifecycle interceptor callback methods that are defined inside a bean. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Interceptor()
Method Detail |
---|
public static java.util.Map<java.lang.String,java.lang.Object> profile(javax.interceptor.InvocationContext ctx, java.lang.String interceptorName)
ctx
- - InvocationContextinterceptorName
- name of the interceptor
public static java.util.Map<java.lang.String,java.lang.Object> profile(SuperInterceptedBean bean, java.lang.String interceptorName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |