org.objectweb.easybeans.deployable.struct
Class ConnectorModuleImpl

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

public class ConnectorModuleImpl
extends AbsModuleImpl
implements ConnectorModule

Defines a connector module inside an application.xml file.

Author:
Florent Benoit

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

ConnectorModuleImpl

public ConnectorModuleImpl()