|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.naming.interceptors.AbsENCInterceptor
public abstract class AbsENCInterceptor
Default abstract interceptor that naming interceptors can extend.
Constructor Summary | |
---|---|
AbsENCInterceptor()
|
Method Summary | |
---|---|
void |
initContext(java.lang.String id,
javax.naming.Context context)
Init the context for the given name. |
abstract java.lang.Object |
intercept(EasyBeansInvocationContext invocationContext)
Sets the ENC context. |
void |
removeContext(java.lang.String id)
Remove the context associated to a given id. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbsENCInterceptor()
Method Detail |
---|
public abstract java.lang.Object intercept(EasyBeansInvocationContext invocationContext) throws java.lang.Exception
intercept
in interface EasyBeansInterceptor
invocationContext
- context with useful attributes on the current
invocation.
java.lang.Exception
- needs for signature of interceptor.public void initContext(java.lang.String id, javax.naming.Context context)
initContext
in interface NamingInterceptor
id
- the id.context
- the context associated to a factory's id.public void removeContext(java.lang.String id)
removeContext
in interface NamingInterceptor
id
- the id.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |