public class ConnectorModule extends Module implements DeploymentModule
DeploymentModule.ID
OPENEJB_MODULENAME_USE_HASH
Constructor and Description |
---|
ConnectorModule(Connector connector) |
ConnectorModule(Connector connector,
java.lang.ClassLoader classLoader,
java.lang.String jarLocation,
java.lang.String moduleId) |
Modifier and Type | Method and Description |
---|---|
AppModule |
appModule() |
Connector |
getConnector() |
java.io.File |
getFile() |
IAnnotationFinder |
getFinder() |
java.lang.String |
getJarLocation() |
java.util.List<java.net.URL> |
getLibraries() |
java.lang.String |
getModuleId() |
java.net.URI |
getModuleUri() |
ValidationContext |
getValidation() |
java.util.Set<java.lang.String> |
getWatchedResources() |
void |
setConnector(Connector connector) |
void |
setFinder(IAnnotationFinder finder) |
java.lang.String |
toString() |
getAltDDs, getAppModule, getClassLoader, getMbeans, getProperties, getUniqueId, getValidationConfig, initAppModule, initResources, isStandaloneModule, setClassLoader, setStandaloneModule, setValidationConfig
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAltDDs, getClassLoader, getProperties, isStandaloneModule, setStandaloneModule
public ConnectorModule(Connector connector)
public ConnectorModule(Connector connector, java.lang.ClassLoader classLoader, java.lang.String jarLocation, java.lang.String moduleId)
public ValidationContext getValidation()
getValidation
in interface DeploymentModule
public java.lang.String getJarLocation()
getJarLocation
in interface DeploymentModule
public java.lang.String getModuleId()
getModuleId
in interface DeploymentModule
public java.io.File getFile()
getFile
in interface DeploymentModule
public java.net.URI getModuleUri()
getModuleUri
in interface DeploymentModule
public Connector getConnector()
public void setConnector(Connector connector)
public java.util.List<java.net.URL> getLibraries()
public java.util.Set<java.lang.String> getWatchedResources()
getWatchedResources
in interface DeploymentModule
public AppModule appModule()
appModule
in interface DeploymentModule
public java.lang.String toString()
toString
in class java.lang.Object
public IAnnotationFinder getFinder()
public void setFinder(IAnnotationFinder finder)