org.ow2.easybeans.api.interceptor
Interface EZBInterceptorManager


public interface EZBInterceptorManager

Manage the interceptors and the lifecycle of the interceptors.

Author:
Florent Benoit

Method Summary
 EZBEJBContext<?> getEasyBeansContext()
           
 Object getInterceptor(String classname)
          Gets the interceptor specified by its classname.
 void injectedByEasyBeans()
          Initialize the interceptors instance.
 void setEasyBeansContext(EZBEJBContext<?> ezbejbcontext)
          Sets the EasyBeans Context.
 

Method Detail

injectedByEasyBeans

void injectedByEasyBeans()
Initialize the interceptors instance.


getEasyBeansContext

EZBEJBContext<?> getEasyBeansContext()
Returns:
the EasyBeans Context.

setEasyBeansContext

void setEasyBeansContext(EZBEJBContext<?> ezbejbcontext)
Sets the EasyBeans Context.

Parameters:
ezbejbcontext - the given context.

getInterceptor

Object getInterceptor(String classname)
Gets the interceptor specified by its classname.

Parameters:
classname - the given class name
Returns:
the instance of the interceptor


Copyright © 2006-2012 OW2 Consortium. All Rights Reserved.