Uses of Interface
org.jboss.webbeans.bootstrap.spi.EjbDiscovery

Packages that use EjbDiscovery
org.jboss.webbeans.bootstrap.api   
org.jboss.webbeans.bootstrap.api.helpers   
org.jboss.webbeans.bootstrap.spi.helpers   
 

Uses of EjbDiscovery in org.jboss.webbeans.bootstrap.api
 

Methods in org.jboss.webbeans.bootstrap.api with parameters of type EjbDiscovery
 void Bootstrap.setEjbDiscovery(EjbDiscovery ejbDiscovery)
          Set the EjbDiscovery to use
 

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

Methods in org.jboss.webbeans.bootstrap.api.helpers that return EjbDiscovery
 EjbDiscovery AbstractBootstrap.getEjbDiscovery()
           
 

Methods in org.jboss.webbeans.bootstrap.api.helpers with parameters of type EjbDiscovery
 void ForwardingBootstrap.setEjbDiscovery(EjbDiscovery ejbDiscovery)
           
 void AbstractBootstrap.setEjbDiscovery(EjbDiscovery ejbDiscovery)
           
 

Uses of EjbDiscovery in org.jboss.webbeans.bootstrap.spi.helpers
 

Classes in org.jboss.webbeans.bootstrap.spi.helpers that implement EjbDiscovery
 class ForwardingEjbDiscovery
          An implementation of EjbDiscovery which forwards all its method calls to another EjbDiscovery}.
 

Methods in org.jboss.webbeans.bootstrap.spi.helpers that return EjbDiscovery
protected abstract  EjbDiscovery ForwardingEjbDiscovery.delegate()
           
 



Copyright © 2008-2009. All Rights Reserved.