Uses of Interface
org.ow2.easybeans.api.bean.EasyBeansBean

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

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

Subinterfaces of EasyBeansBean in org.ow2.easybeans.api.bean
 interface EasyBeansManagedBean
          Defines the interface of a managed bean.
 interface EasyBeansMDB
          Defines the interface of a MDB.
 interface EasyBeansSB<PoolType extends EasyBeansSB>
          Defines the interface of a session bean.
 interface EasyBeansSFSB
          Defines the interface of a stateful session bean.
 interface EasyBeansSingletonSB
          Defines the interface of a stateless session bean.
 interface EasyBeansSLSB
          Defines the interface of a stateless session bean.
 

Uses of EasyBeansBean in org.ow2.easybeans.api.injection
 

Methods in org.ow2.easybeans.api.injection with parameters of type EasyBeansBean
 void ResourceInjector.postEasyBeansDestroy(EasyBeansBean bean)
          Called after @PreDestroy.
 void ResourceInjector.postEasyBeansInject(EasyBeansBean bean)
          Called after EasyBeans resolution and injection of dependencies.
 void ResourceInjector.preEasyBeansInject(EasyBeansBean bean)
          Called before EasyBeans resolution and injection of dependencies.
 

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

Methods in org.ow2.easybeans.api.interceptor with parameters of type EasyBeansBean
 EasyBeansInvocationContext EZBInvocationContextFactory.getContext(EasyBeansBean instance, EZBInterceptorManager interceptorManager, String interceptorType, String methodSignature, Object... parameters)
          Gets an invocation context for the given method.
 



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