org.apache.openejb.config
Interface DeploymentModule
- All Known Subinterfaces:
- WsModule
- All Known Implementing Classes:
- AppModule, ClientModule, ConnectorModule, EjbModule, PersistenceModule, ResourcesModule, WebModule
public interface DeploymentModule
- Version:
- $Rev: 1301169 $ $Date: 2012-03-15 12:50:36 -0700 (Thu, 15 Mar 2012) $
OPENEJB_MODULENAME_USE_HASH
static final String OPENEJB_MODULENAME_USE_HASH
- See Also:
- Constant Field Values
getModuleId
String getModuleId()
getModuleUri
URI getModuleUri()
getClassLoader
ClassLoader getClassLoader()
getJarLocation
String getJarLocation()
getFile
File getFile()
getAltDDs
Map<String,Object> getAltDDs()
getValidation
ValidationContext getValidation()
getWatchedResources
Set<String> getWatchedResources()
isStandaloneModule
boolean isStandaloneModule()
setStandaloneModule
void setStandaloneModule(boolean isStandalone)
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.