org.apache.aries.ejb.modelling
Interface EJBLocator

All Known Implementing Classes:
EJBLocationUnavailable, OpenEJBLocator

public interface EJBLocator

A plug point for locating session EJBs in a bundle.


Method Summary
 void 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.
 

Method Detail

findEJBs

void findEJBs(org.apache.aries.util.manifest.BundleManifest manifest,
              org.apache.aries.util.filesystem.IDirectory bundle,
              EJBRegistry registry)
              throws org.apache.aries.application.modelling.ModellerException
Find any session beans defined in the IDirectory bundle and register them with the supplied EJBRegistry.

Parameters:
manifest - The manifest for the bundle
bundle - The bundle binary
registry - The registry of located Session EJBs
Throws:
org.apache.aries.application.modelling.ModellerException


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