org.objectweb.easybeans.deployable.struct
Class JavaModuleImpl

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

public class JavaModuleImpl
extends AbsModuleImpl
implements JavaModule

Defines a client container module inside an application.xml file.

Author:
Florent Benoit

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

JavaModuleImpl

public JavaModuleImpl()