org.apache.geronimo.j2ee.deployment
Class AppClientModule

java.lang.Object
  extended by org.apache.geronimo.j2ee.deployment.Module
      extended by org.apache.geronimo.j2ee.deployment.AppClientModule

public class AppClientModule
extends Module


Constructor Summary
AppClientModule(boolean standAlone, org.apache.geronimo.gbean.AbstractName moduleName, org.apache.geronimo.gbean.AbstractName appClientName, org.apache.geronimo.kernel.repository.Environment serverEnvironment, org.apache.geronimo.kernel.repository.Environment clientEnvironment, JarFile moduleFile, String targetPath, org.apache.xmlbeans.XmlObject specDD, org.apache.xmlbeans.XmlObject vendorDD, String originalSpecDD, Collection resourceModules)
           
 
Method Summary
 void addClass(URI location, String fqcn, byte[] bytes, org.apache.geronimo.deployment.DeploymentContext context)
           
 void close()
           
 org.apache.geronimo.gbean.AbstractName getAppClientName()
           
 org.apache.geronimo.kernel.repository.Environment getClientEnvironment()
           
 JarFile getEarFile()
           
 Collection getResourceModules()
           
 org.apache.geronimo.kernel.config.ConfigurationModuleType getType()
           
 void setEarFile(JarFile earFile)
           
 
Methods inherited from class org.apache.geronimo.j2ee.deployment.Module
equals, getEarContext, getEnvironment, getModuleFile, getModuleName, getModuleURI, getName, getNamespace, getOriginalSpecDD, getRootEarContext, getSpecDD, getTargetPath, getTargetPathURI, getVendorDD, hashCode, isStandAlone, setEarContext, setRootEarContext
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppClientModule

public AppClientModule(boolean standAlone,
                       org.apache.geronimo.gbean.AbstractName moduleName,
                       org.apache.geronimo.gbean.AbstractName appClientName,
                       org.apache.geronimo.kernel.repository.Environment serverEnvironment,
                       org.apache.geronimo.kernel.repository.Environment clientEnvironment,
                       JarFile moduleFile,
                       String targetPath,
                       org.apache.xmlbeans.XmlObject specDD,
                       org.apache.xmlbeans.XmlObject vendorDD,
                       String originalSpecDD,
                       Collection resourceModules)
Method Detail

getType

public org.apache.geronimo.kernel.config.ConfigurationModuleType getType()
Specified by:
getType in class Module

getClientEnvironment

public org.apache.geronimo.kernel.repository.Environment getClientEnvironment()

getEarFile

public JarFile getEarFile()

setEarFile

public void setEarFile(JarFile earFile)

getAppClientName

public org.apache.geronimo.gbean.AbstractName getAppClientName()

addClass

public void addClass(URI location,
                     String fqcn,
                     byte[] bytes,
                     org.apache.geronimo.deployment.DeploymentContext context)
              throws IOException,
                     URISyntaxException
Throws:
IOException
URISyntaxException

getResourceModules

public Collection getResourceModules()

close

public void close()
Overrides:
close in class Module


Copyright © 2006 Apache Software Foundation. All Rights Reserved.