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

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

public class EJBLocationUnavailable
extends Object
implements EJBLocator

An EJB Locator implementation for when EJB location is unavailable. It will cause any modelling that might involve EJBs to fail.


Constructor Summary
EJBLocationUnavailable()
           
 
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

EJBLocationUnavailable

public EJBLocationUnavailable()
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.