Uses of Interface
org.ow2.easybeans.api.binding.EZBRef

Packages that use EZBRef
org.ow2.easybeans.api Implementation of EJB 3.0 container API 
org.ow2.easybeans.api.binding   
org.ow2.easybeans.api.event.bean   
 

Uses of EZBRef in org.ow2.easybeans.api
 

Methods in org.ow2.easybeans.api with parameters of type EZBRef
 void EZBContainerLifeCycleCallback.beforeBind(EZBContainerCallbackInfo info, EZBRef reference)
          Called before binding a reference into the registry.
 

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

Methods in org.ow2.easybeans.api.binding with parameters of type EZBRef
 void EZBBindingFactory.bind(EZBRef ref)
          Binds a reference with the given JNDI name and the given referenceable object.
 void EZBBindingFactory.unbind(EZBRef ref)
          Unbinds an object with the given JNDI name.
 

Uses of EZBRef in org.ow2.easybeans.api.event.bean
 

Methods in org.ow2.easybeans.api.event.bean that return types with arguments of type EZBRef
 List<EZBRef> EZBClusteredBeanEvent.getReferences()
           
 

Method parameters in org.ow2.easybeans.api.event.bean with type arguments of type EZBRef
 void EZBClusteredBeanEvent.setReferences(List<EZBRef> references)
          Set beans references.
 



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