public class ConnectorModule extends Module implements DeploymentModule
DeploymentModule.IDOPENEJB_MODULENAME_USE_HASH| Constructor and Description |
|---|
ConnectorModule(Connector connector) |
ConnectorModule(Connector connector,
ClassLoader classLoader,
String jarLocation,
String moduleId) |
| Modifier and Type | Method and Description |
|---|---|
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() |
getAltDDs, getAppModule, getClassLoader, getMbeans, getProperties, getUniqueId, getValidationConfig, initAppModule, initResources, isStandaloneModule, setClassLoader, setStandaloneModule, setValidationConfigclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAltDDs, getClassLoader, getProperties, isStandaloneModule, setStandaloneModulepublic ConnectorModule(Connector connector)
public ConnectorModule(Connector connector, ClassLoader classLoader, String jarLocation, String moduleId)
public ValidationContext getValidation()
getValidation in interface DeploymentModulepublic String getJarLocation()
getJarLocation in interface DeploymentModulepublic String getModuleId()
getModuleId in interface DeploymentModulepublic File getFile()
getFile in interface DeploymentModulepublic URI getModuleUri()
getModuleUri in interface DeploymentModulepublic Connector getConnector()
public void setConnector(Connector connector)
public Set<String> getWatchedResources()
getWatchedResources in interface DeploymentModulepublic AppModule appModule()
appModule in interface DeploymentModulepublic org.apache.xbean.finder.IAnnotationFinder getFinder()
public void setFinder(org.apache.xbean.finder.IAnnotationFinder finder)
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.