Uses of Interface
org.apache.aries.ejb.modelling.EJBRegistry

Packages that use EJBRegistry
org.apache.aries.ejb.modelling   
org.apache.aries.ejb.modelling.impl   
 

Uses of EJBRegistry in org.apache.aries.ejb.modelling
 

Methods in org.apache.aries.ejb.modelling with parameters of type EJBRegistry
 void EJBLocator.findEJBs(org.apache.aries.util.manifest.BundleManifest manifest, org.apache.aries.util.filesystem.IDirectory bundle, EJBRegistry registry)
          Find any session beans defined in the IDirectory bundle and register them with the supplied EJBRegistry.
 

Uses of EJBRegistry in org.apache.aries.ejb.modelling.impl
 

Classes in org.apache.aries.ejb.modelling.impl that implement EJBRegistry
 class ParsedEJBServices
          An EJBRegistry that marks the ParsedServiceElements provided by the EJB bundle.
 

Methods in org.apache.aries.ejb.modelling.impl with parameters of type EJBRegistry
 void OpenEJBLocator.findEJBs(org.apache.aries.util.manifest.BundleManifest manifest, org.apache.aries.util.filesystem.IDirectory bundle, EJBRegistry registry)
           
 void EJBLocationUnavailable.findEJBs(org.apache.aries.util.manifest.BundleManifest manifest, org.apache.aries.util.filesystem.IDirectory bundle, EJBRegistry registry)
           
 



Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.