org.apache.openejb.config
Class ConnectorModule

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

public class ConnectorModule
extends java.lang.Object
implements DeploymentModule

Version:
$Rev: 681831 $ $Date: 2008-08-01 23:22:06 +0200 (Fr, 01. Aug 2008) $

Constructor Summary
ConnectorModule(Connector connector)
           
ConnectorModule(Connector connector, java.lang.ClassLoader classLoader, java.lang.String jarLocation, java.lang.String moduleId)
           
 
Method Summary
 java.util.Map<java.lang.String,java.lang.Object> getAltDDs()
           
 java.lang.ClassLoader getClassLoader()
           
 Connector getConnector()
           
 java.lang.String getJarLocation()
           
 java.util.List<java.net.URL> getLibraries()
           
 java.lang.String getModuleId()
           
 ValidationContext getValidation()
           
 java.util.Set<java.lang.String> getWatchedResources()
           
 void setClassLoader(java.lang.ClassLoader classLoader)
           
 void setConnector(Connector connector)
           
 void setJarLocation(java.lang.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)

ConnectorModule

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

getValidation

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

getModuleId

public java.lang.String getModuleId()
Specified by:
getModuleId in interface DeploymentModule

getAltDDs

public java.util.Map<java.lang.String,java.lang.Object> getAltDDs()
Specified by:
getAltDDs in interface DeploymentModule

getConnector

public Connector getConnector()

setConnector

public void setConnector(Connector connector)

getClassLoader

public java.lang.ClassLoader getClassLoader()
Specified by:
getClassLoader in interface DeploymentModule

setClassLoader

public void setClassLoader(java.lang.ClassLoader classLoader)

getJarLocation

public java.lang.String getJarLocation()
Specified by:
getJarLocation in interface DeploymentModule

setJarLocation

public void setJarLocation(java.lang.String jarLocation)

getLibraries

public java.util.List<java.net.URL> getLibraries()

getWatchedResources

public java.util.Set<java.lang.String> getWatchedResources()
Specified by:
getWatchedResources in interface DeploymentModule


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.