Uses of Interface
org.jboss.webbeans.ejb.spi.EjbServices

Packages that use EjbServices
org.jboss.webbeans.bootstrap.api.helpers   
org.jboss.webbeans.ejb.spi.helpers   
 

Uses of EjbServices in org.jboss.webbeans.bootstrap.api.helpers
 

Methods in org.jboss.webbeans.bootstrap.api.helpers that return EjbServices
 EjbServices AbstractBootstrap.getEjbServices()
          Deprecated. 
 EjbServices BootstrapBean.getEjbServices()
           
 

Methods in org.jboss.webbeans.bootstrap.api.helpers with parameters of type EjbServices
 void AbstractBootstrap.setEjbServices(EjbServices ejbServices)
          Deprecated. 
 void BootstrapBean.setEjbServices(EjbServices ejbServices)
           
 

Uses of EjbServices in org.jboss.webbeans.ejb.spi.helpers
 

Classes in org.jboss.webbeans.ejb.spi.helpers that implement EjbServices
 class ForwardingEjbServices
          An implementation of EjbServices which forwards all its method calls to another EjbServices}.
 

Methods in org.jboss.webbeans.ejb.spi.helpers that return EjbServices
abstract  EjbServices ForwardingEjbServices.delegate()
           
 



Copyright © 2011. All Rights Reserved.