org.apache.openejb.config
Class ClientModule

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

public class ClientModule
extends Object
implements DeploymentModule

Version:
$Rev: 602704 $ $Date: 2007-12-09 18:58:22 +0100 (So, 09. Dez 2007) $

Constructor Summary
ClientModule(ApplicationClient applicationClient, ClassLoader classLoader, String jarLocation, String mainClass, String moduleId)
           
 
Method Summary
 Map<String,Object> getAltDDs()
           
 ApplicationClient getApplicationClient()
           
 ClassLoader getClassLoader()
           
 String getJarLocation()
           
 String getMainClass()
           
 String getModuleId()
           
 ValidationContext getValidation()
           
 Set<String> getWatchedResources()
           
 void setApplicationClient(ApplicationClient applicationClient)
           
 void setClassLoader(ClassLoader classLoader)
           
 void setJarLocation(String jarLocation)
           
 void setMainClass(String mainClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientModule

public ClientModule(ApplicationClient applicationClient,
                    ClassLoader classLoader,
                    String jarLocation,
                    String mainClass,
                    String moduleId)
Method Detail

getValidation

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

getModuleId

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

getAltDDs

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

getApplicationClient

public ApplicationClient getApplicationClient()

setApplicationClient

public void setApplicationClient(ApplicationClient applicationClient)

getClassLoader

public ClassLoader getClassLoader()
Specified by:
getClassLoader in interface DeploymentModule

setClassLoader

public void setClassLoader(ClassLoader classLoader)

getJarLocation

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

setJarLocation

public void setJarLocation(String jarLocation)

getMainClass

public String getMainClass()

setMainClass

public void setMainClass(String mainClass)

getWatchedResources

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


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