public class ClientModule extends Module implements DeploymentModule
DeploymentModule.IDOPENEJB_MODULENAME_USE_HASH| Constructor and Description |
|---|
ClientModule(ApplicationClient applicationClient,
ClassLoader classLoader,
String jarLocation,
String mainClass,
String moduleId) |
| Modifier and Type | Method and Description |
|---|---|
AppModule |
appModule() |
ApplicationClient |
getApplicationClient() |
File |
getFile() |
org.apache.xbean.finder.IAnnotationFinder |
getFinder() |
AtomicReference<org.apache.xbean.finder.IAnnotationFinder> |
getFinderReference() |
String |
getJarLocation() |
Set<String> |
getLocalClients() |
String |
getMainClass() |
String |
getModuleId() |
URI |
getModuleUri() |
Set<String> |
getRemoteClients() |
ValidationContext |
getValidation() |
Set<String> |
getWatchedResources() |
boolean |
isEjbModuleGenerated() |
void |
setApplicationClient(ApplicationClient applicationClient) |
void |
setEjbModuleGenerated(boolean ejbModuleGenerated) |
void |
setFinderReference(AtomicReference<org.apache.xbean.finder.IAnnotationFinder> finder) |
void |
setJarLocation(String jarLocation) |
void |
setMainClass(String mainClass) |
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 ClientModule(ApplicationClient applicationClient, ClassLoader classLoader, String jarLocation, String mainClass, String moduleId)
public boolean isEjbModuleGenerated()
public void setEjbModuleGenerated(boolean ejbModuleGenerated)
public org.apache.xbean.finder.IAnnotationFinder getFinder()
public void setFinderReference(AtomicReference<org.apache.xbean.finder.IAnnotationFinder> finder)
public AtomicReference<org.apache.xbean.finder.IAnnotationFinder> getFinderReference()
public ValidationContext getValidation()
getValidation in interface DeploymentModulepublic String getJarLocation()
getJarLocation in interface DeploymentModulepublic void setJarLocation(String jarLocation)
public String getModuleId()
getModuleId in interface DeploymentModulepublic File getFile()
getFile in interface DeploymentModulepublic URI getModuleUri()
getModuleUri in interface DeploymentModulepublic ApplicationClient getApplicationClient()
public void setApplicationClient(ApplicationClient applicationClient)
public String getMainClass()
public void setMainClass(String mainClass)
public Set<String> getWatchedResources()
getWatchedResources in interface DeploymentModulepublic AppModule appModule()
appModule in interface DeploymentModuleCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.