org.apache.openejb.config
Class ConnectorModule
java.lang.Object
org.apache.openejb.config.ConnectorModule
- All Implemented Interfaces:
- DeploymentModule
public class ConnectorModule
- extends Object
- implements DeploymentModule
- Version:
- $Rev: 681831 $ $Date: 2008-08-01 23:22:06 +0200 (Fr, 01. Aug 2008) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectorModule
public ConnectorModule(Connector connector)
ConnectorModule
public ConnectorModule(Connector connector,
ClassLoader classLoader,
String jarLocation,
String moduleId)
getValidation
public ValidationContext getValidation()
- Specified by:
getValidation
in interface DeploymentModule
getModuleId
public String getModuleId()
- Specified by:
getModuleId
in interface DeploymentModule
getAltDDs
public Map<String,Object> getAltDDs()
- Specified by:
getAltDDs
in interface DeploymentModule
getConnector
public Connector getConnector()
setConnector
public void setConnector(Connector connector)
getClassLoader
public ClassLoader getClassLoader()
- Specified by:
getClassLoader
in interface DeploymentModule
setClassLoader
public void setClassLoader(ClassLoader classLoader)
getJarLocation
public String getJarLocation()
- Specified by:
getJarLocation
in interface DeploymentModule
setJarLocation
public void setJarLocation(String jarLocation)
getLibraries
public List<URL> getLibraries()
getWatchedResources
public Set<String> getWatchedResources()
- Specified by:
getWatchedResources
in interface DeploymentModule
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.