Uses of Interface
org.ow2.easybeans.api.container.EZBEJBContext

Packages that use EZBEJBContext
org.ow2.easybeans.api.bean Implementation of EJB 3.0 container API 
org.ow2.easybeans.api.container Implementation of EJB 3.0 container API 
org.ow2.easybeans.api.interceptor   
 

Uses of EZBEJBContext in org.ow2.easybeans.api.bean
 

Methods in org.ow2.easybeans.api.bean that return EZBEJBContext
 EZBEJBContext EasyBeansBean.getEasyBeansContext()
          Gets the EJB context associated to this bean.
 

Methods in org.ow2.easybeans.api.bean with parameters of type EZBEJBContext
 void EasyBeansBean.setEasyBeansContext(EZBEJBContext beanContext)
          Defines the EJB context associated to this bean.
 

Uses of EZBEJBContext in org.ow2.easybeans.api.container
 

Subinterfaces of EZBEJBContext in org.ow2.easybeans.api.container
 interface EZBMDBContext<FactoryType extends Factory<?,?>>
          Context that will be stored in the MDB bean.
 interface EZBSessionContext<FactoryType extends Factory<?,?>>
          Context that will be stored in the bean object.
 

Uses of EZBEJBContext in org.ow2.easybeans.api.interceptor
 

Methods in org.ow2.easybeans.api.interceptor that return EZBEJBContext
 EZBEJBContext<?> EZBInterceptorManager.getEasyBeansContext()
           
 

Methods in org.ow2.easybeans.api.interceptor with parameters of type EZBEJBContext
 void EZBInterceptorManager.setEasyBeansContext(EZBEJBContext<?> ezbejbcontext)
          Sets the EasyBeans Context.
 



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