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) $
getModuleId
java.lang.String getModuleId()
getClassLoader
java.lang.ClassLoader getClassLoader()
getJarLocation
java.lang.String getJarLocation()
getAltDDs
java.util.Map<java.lang.String,java.lang.Object> getAltDDs()
getValidation
ValidationContext getValidation()
getWatchedResources
java.util.Set<java.lang.String> getWatchedResources()
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.