|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.naming.interceptors.AbsENCInterceptor
org.objectweb.easybeans.naming.interceptors.EZBENCInterceptor
public class EZBENCInterceptor
This interceptor sets the ENC context before calling method.
Field Summary | |
---|---|
private static NamingManager |
namingManager
Reference on the naming manager. |
Constructor Summary | |
---|---|
EZBENCInterceptor()
Default constructor. |
Method Summary | |
---|---|
java.lang.Object |
intercept(EasyBeansInvocationContext invocationContext)
Sets ENC context. |
Methods inherited from class org.objectweb.easybeans.naming.interceptors.AbsENCInterceptor |
---|
initContext, removeContext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.objectweb.easybeans.api.naming.NamingInterceptor |
---|
initContext, removeContext |
Field Detail |
---|
private static NamingManager namingManager
Constructor Detail |
---|
public EZBENCInterceptor()
Method Detail |
---|
public java.lang.Object intercept(EasyBeansInvocationContext invocationContext) throws java.lang.Exception
intercept
in interface EasyBeansInterceptor
intercept
in class AbsENCInterceptor
invocationContext
- context with useful attributes on the current
invocation.
java.lang.Exception
- needs for signature of interceptor.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |