org.apache.openejb.config
Class ConnectorModule

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

public class ConnectorModule
extends Module
implements DeploymentModule

Version:
$Rev$ $Date$

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
ConnectorModule(Connector connector)
           
ConnectorModule(Connector connector, ClassLoader classLoader, String jarLocation, String moduleId)
           
 
Method Summary
 AppModule appModule()
           
 Connector getConnector()
           
 File getFile()
           
 org.apache.xbean.finder.IAnnotationFinder getFinder()
           
 String getJarLocation()
           
 List<URL> getLibraries()
           
 String getModuleId()
           
 URI getModuleUri()
           
 ValidationContext getValidation()
           
 Set<String> getWatchedResources()
           
 void setConnector(Connector connector)
           
 void setFinder(org.apache.xbean.finder.IAnnotationFinder finder)
           
 String toString()
           
 
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, wait, wait, wait
 
Methods inherited from interface org.apache.openejb.config.DeploymentModule
getAltDDs, getClassLoader, getProperties, isStandaloneModule, setStandaloneModule
 

Constructor Detail

ConnectorModule

public ConnectorModule(Connector connector)

ConnectorModule

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

getValidation

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

getJarLocation

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

getModuleId

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

getFile

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

getModuleUri

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

getConnector

public Connector getConnector()

setConnector

public void setConnector(Connector connector)

getLibraries

public List<URL> getLibraries()

getWatchedResources

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

appModule

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

toString

public String toString()
Overrides:
toString in class Object

getFinder

public org.apache.xbean.finder.IAnnotationFinder getFinder()

setFinder

public void setFinder(org.apache.xbean.finder.IAnnotationFinder finder)


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.