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: 1153797 $ $Date: 2011-08-04 09:09:44 +0000 (Thu, 04 Aug 2011) $
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-2011 The Apache Software Foundation. All Rights Reserved.