org.objectweb.easybeans.deployable.struct
Class EJBModuleImpl

java.lang.Object
  extended by org.objectweb.easybeans.deployable.struct.AbsModuleImpl
      extended by org.objectweb.easybeans.deployable.struct.EJBModuleImpl
All Implemented Interfaces:
EJBModule, Module

public class EJBModuleImpl
extends AbsModuleImpl
implements EJBModule

Defines an EJB module inside an application.xml file.

Author:
Florent Benoit

Constructor Summary
EJBModuleImpl()
           
 
Method Summary
 
Methods inherited from class org.objectweb.easybeans.deployable.struct.AbsModuleImpl
getAltDd, getPath, setAltDd, setPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.objectweb.easybeans.deployer.api.struct.Module
getAltDd, getPath
 

Constructor Detail

EJBModuleImpl

public EJBModuleImpl()