org.apache.openejb.config
Class ResourcesModule

java.lang.Object
  extended by org.apache.openejb.config.Module
      extended by org.apache.openejb.config.ResourcesModule
All Implemented Interfaces:
DeploymentModule

public class ResourcesModule
extends Module
implements DeploymentModule


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.openejb.config.DeploymentModule
DeploymentModule.ID
 
Field Summary
 
Fields inherited from interface org.apache.openejb.config.DeploymentModule
OPENEJB_MODULENAME_USE_HASH
 
Constructor Summary
ResourcesModule()
           
 
Method Summary
 AppModule appModule()
           
 File getFile()
           
 String getJarLocation()
           
 String getModuleId()
           
 URI getModuleUri()
           
 ValidationContext getValidation()
           
 Set<String> getWatchedResources()
           
 
Methods inherited from class org.apache.openejb.config.Module
getAltDDs, getAppModule, getClassLoader, getMbeans, getProperties, getUniqueId, getValidationConfig, initAppModule, initResources, isStandaloneModule, setClassLoader, setStandaloneModule, setValidationConfig
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.openejb.config.DeploymentModule
getAltDDs, getClassLoader, getProperties, isStandaloneModule, setStandaloneModule
 

Constructor Detail

ResourcesModule

public ResourcesModule()
Method Detail

getModuleId

public String getModuleId()
Specified by:
getModuleId in interface DeploymentModule

getModuleUri

public URI getModuleUri()
Specified by:
getModuleUri in interface DeploymentModule

getJarLocation

public String getJarLocation()
Specified by:
getJarLocation in interface DeploymentModule

getFile

public File getFile()
Specified by:
getFile in interface DeploymentModule

getValidation

public ValidationContext getValidation()
Specified by:
getValidation in interface DeploymentModule

getWatchedResources

public Set<String> getWatchedResources()
Specified by:
getWatchedResources in interface DeploymentModule

appModule

public AppModule appModule()
Specified by:
appModule in interface DeploymentModule


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.