| java.lang.Object org.apache.openejb.jee.Interceptor
Interceptor | public class Interceptor implements JndiConsumer,Session(Code) | | The interceptorType element declares information about a single
interceptor class. It consists of :
- An optional description.
- The fully-qualified name of the interceptor class.
- An optional list of around invoke methods declared on the
interceptor class and/or its super-classes.
- An optional list environment dependencies for the interceptor
class and/or its super-classes.
- An optional list of post-activate methods declared on the
interceptor class and/or its super-classes.
- An optional list of pre-passivate methods declared on the
interceptor class and/or its super-classes.
|
Interceptor | public Interceptor()(Code) | | |
Interceptor | public Interceptor(Class> interceptorClass)(Code) | | |
Interceptor | public Interceptor(String interceptorClass)(Code) | | |
addAroundInvoke | public void addAroundInvoke(String method)(Code) | | |
addPostActivate | public void addPostActivate(String method)(Code) | | |
addPostConstruct | public void addPostConstruct(String method)(Code) | | |
addPrePassivate | public void addPrePassivate(String method)(Code) | | |
getInterceptorClass | public String getInterceptorClass()(Code) | | |
getJndiConsumerName | public String getJndiConsumerName()(Code) | | |
setInterceptorClass | public void setInterceptorClass(String value)(Code) | | |
|
|