org.apache.openejb.config
Class ConnectorModule

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

public class ConnectorModule
extends Object
implements DeploymentModule

Version:
$Rev: 602704 $ $Date: 2007-12-09 18:58:22 +0100 (So, 09. Dez 2007) $

Constructor Summary
ConnectorModule(Connector connector, ClassLoader classLoader, String jarLocation, String moduleId)
           
 
Method Summary
 Map<String,Object> getAltDDs()
           
 ClassLoader getClassLoader()
           
 Connector getConnector()
           
 String getJarLocation()
           
 List<URL> getLibraries()
           
 String getModuleId()
           
 ValidationContext getValidation()
           
 Set<String> getWatchedResources()
           
 void setClassLoader(ClassLoader classLoader)
           
 void setConnector(Connector connector)
           
 void setJarLocation(String jarLocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectorModule

public ConnectorModule(Connector connector,
                       ClassLoader classLoader,
                       String jarLocation,
                       String moduleId)
Method Detail

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-2011 The Apache OpenEJB development community. All Rights Reserved.