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

java.lang.Object
  extended by org.apache.aries.ejb.modelling.impl.EJBModeller
All Implemented Interfaces:
org.apache.aries.application.modelling.ServiceModeller
Direct Known Subclasses:
StandaloneEJBModeller

public class EJBModeller
extends Object
implements org.apache.aries.application.modelling.ServiceModeller


Constructor Summary
EJBModeller()
           
 
Method Summary
 org.apache.aries.application.modelling.ParsedServiceElements modelServices(org.apache.aries.util.manifest.BundleManifest manifest, org.apache.aries.util.filesystem.IDirectory bundle)
          This modeller only searches for EJBs if there is an Export-EJB header with a value other than NONE (the default empty string value means ALL exported).
 void setLocator(EJBLocator locator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EJBModeller

public EJBModeller()
Method Detail

setLocator

public void setLocator(EJBLocator locator)

modelServices

public org.apache.aries.application.modelling.ParsedServiceElements modelServices(org.apache.aries.util.manifest.BundleManifest manifest,
                                                                                  org.apache.aries.util.filesystem.IDirectory bundle)
                                                                           throws org.apache.aries.application.modelling.ModellerException
This modeller only searches for EJBs if there is an Export-EJB header with a value other than NONE (the default empty string value means ALL exported).

Specified by:
modelServices in interface org.apache.aries.application.modelling.ServiceModeller
Throws:
org.apache.aries.application.modelling.ModellerException


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