Uses of Interface
org.ow2.easybeans.api.Factory

Packages that use Factory
org.ow2.easybeans.api Implementation of EJB 3.0 container API 
org.ow2.easybeans.api.bean Implementation of EJB 3.0 container API 
org.ow2.easybeans.api.binding   
org.ow2.easybeans.api.container Implementation of EJB 3.0 container API 
org.ow2.easybeans.api.event.naming   
org.ow2.easybeans.component.itf Implementation of EJB 3.0 container API 
 

Uses of Factory in org.ow2.easybeans.api
 

Subinterfaces of Factory in org.ow2.easybeans.api
 interface EZBStatefulSessionFactory<PoolType,Clue>
          Interface for Stateful session factory.
 

Methods in org.ow2.easybeans.api that return Factory
 Factory EasyBeansInvocationContext.getFactory()
           
 Factory EZBContainer.getFactory(String factoryName)
          Gets a factory with its given name.
 

Methods in org.ow2.easybeans.api that return types with arguments of type Factory
 Map<String,Factory<?,?>> EZBContainerCallbackInfo.getFactories()
          Gets the Map of factories managed by this container.
 

Method parameters in org.ow2.easybeans.api with type arguments of type Factory
 void EZBContainerCallbackInfo.setFactories(Map<String,Factory<?,?>> factories)
          Sets the Map of factories managed by this container.
 

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

Methods in org.ow2.easybeans.api.bean that return Factory
 Factory EasyBeansBean.getEasyBeansFactory()
          Gets the factory associated to this bean.
 

Methods in org.ow2.easybeans.api.bean with parameters of type Factory
 void EasyBeansBean.setEasyBeansFactory(Factory easyBeansFactory)
          Defines the factory associated to this bean.
 

Uses of Factory in org.ow2.easybeans.api.binding
 

Methods in org.ow2.easybeans.api.binding that return Factory
 Factory<?,?> EZBRef.getFactory()
          Gets the factory of this reference.
 

Methods in org.ow2.easybeans.api.binding with parameters of type Factory
 void EZBRef.setFactory(Factory<?,?> factory)
          Sets the factory of this reference.
 

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

Classes in org.ow2.easybeans.api.container with type parameters of type Factory
 interface EZBEJBContext<FactoryType extends Factory<?,?>>
          Context that will be stored in the bean object.
 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 Factory in org.ow2.easybeans.api.event.naming
 

Methods in org.ow2.easybeans.api.event.naming that return Factory
 Factory<?,?> EZBJavaContextNamingEvent.getFactory()
           
 

Uses of Factory in org.ow2.easybeans.component.itf
 

Methods in org.ow2.easybeans.component.itf with parameters of type Factory
 EZBTimerService TimerComponent.getTimerService(Factory<?,?> factory)
          Gets an EJB timer service through this component.
 



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