org.apache.aries.ejb.modelling.impl
Class OpenEJBLocator
java.lang.Object
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
|
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 |
OpenEJBLocator
public OpenEJBLocator()
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 bundlebundle - The bundle binaryregistry - The registry of located Session EJBs
- Throws:
org.apache.aries.application.modelling.ModellerException
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.