public interface DeploymentModule
| Modifier and Type | Interface and Description |
|---|---|
static class |
DeploymentModule.ID |
| Modifier and Type | Field and Description |
|---|---|
static String |
OPENEJB_MODULENAME_USE_HASH |
| Modifier and Type | Method and Description |
|---|---|
AppModule |
appModule() |
Map<String,Object> |
getAltDDs() |
ClassLoader |
getClassLoader() |
File |
getFile() |
String |
getJarLocation() |
String |
getModuleId() |
URI |
getModuleUri() |
Properties |
getProperties() |
ValidationContext |
getValidation() |
Set<String> |
getWatchedResources() |
boolean |
isStandaloneModule() |
void |
setStandaloneModule(boolean isStandalone) |
static final String OPENEJB_MODULENAME_USE_HASH
String getModuleId()
URI getModuleUri()
ClassLoader getClassLoader()
String getJarLocation()
File getFile()
ValidationContext getValidation()
boolean isStandaloneModule()
void setStandaloneModule(boolean isStandalone)
Properties getProperties()
AppModule appModule()
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.