org.apache.aries.ejb.modelling.impl
Class OpenEJBLocator

java.lang.Object
  extended by org.apache.aries.ejb.modelling.impl.OpenEJBLocator
All Implemented Interfaces:
EJBLocator

public class OpenEJBLocator
extends Object
implements EJBLocator

An EJBLocator that uses OpenEJB to find EJBs


Nested Class Summary
 class OpenEJBLocator.ClasspathIDirectory
           
 
Constructor Summary
OpenEJBLocator()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenEJBLocator

public OpenEJBLocator()
Method Detail

findEJBs

public 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
Description copied from interface: EJBLocator
Find any session beans defined in the IDirectory bundle and register them with the supplied EJBRegistry.

Specified by:
findEJBs in interface EJBLocator
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.