org.apache.openejb.config
Interface DeploymentModule

All Known Subinterfaces:
WsModule
All Known Implementing Classes:
AppModule, ClientModule, ConnectorModule, EjbModule, PersistenceModule, WebModule

public interface DeploymentModule

Version:
$Rev: 602704 $ $Date: 2007-12-09 18:58:22 +0100 (So, 09. Dez 2007) $

Method Summary
 Map<String,Object> getAltDDs()
           
 ClassLoader getClassLoader()
           
 String getJarLocation()
           
 String getModuleId()
           
 ValidationContext getValidation()
           
 Set<String> getWatchedResources()
           
 

Method Detail

getModuleId

String getModuleId()

getClassLoader

ClassLoader getClassLoader()

getJarLocation

String getJarLocation()

getAltDDs

Map<String,Object> getAltDDs()

getValidation

ValidationContext getValidation()

getWatchedResources

Set<String> getWatchedResources()


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.