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$ $Date$
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)
getProperties
Properties getProperties()
appModule
AppModule appModule()
Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.