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) $

Nested Class Summary
static class DeploymentModule.ID
           
 
Field Summary
static String OPENEJB_MODULENAME_USE_HASH
           
 
Method Summary
 Map<String,Object> getAltDDs()
           
 ClassLoader getClassLoader()
           
 File getFile()
           
 String getJarLocation()
           
 String getModuleId()
           
 URI getModuleUri()
           
 ValidationContext getValidation()
           
 Set<String> getWatchedResources()
           
 boolean isStandaloneModule()
           
 void setStandaloneModule(boolean isStandalone)
           
 

Field Detail

OPENEJB_MODULENAME_USE_HASH

static final String OPENEJB_MODULENAME_USE_HASH
See Also:
Constant Field Values
Method Detail

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.