org.apache.geronimo.j2ee.deployment
Class AppClientModule

java.lang.Object
  extended byorg.apache.geronimo.j2ee.deployment.Module
      extended byorg.apache.geronimo.j2ee.deployment.AppClientModule

public class AppClientModule
extends Module

Version:
$Rev: 390769 $ $Date: 2006-04-02 04:01:40 +0200 (Sun, 02 Apr 2006) $

Constructor Summary
AppClientModule(boolean standAlone, org.apache.geronimo.gbean.AbstractName moduleName, 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)
           
 
Method Summary
 void addClass(URI location, String fqcn, byte[] bytes, org.apache.geronimo.deployment.DeploymentContext context)
           
 org.apache.geronimo.kernel.repository.Environment getClientEnvironment()
           
 JarFile getEarFile()
           
 Collection getResourceModules()
           
 org.apache.geronimo.kernel.config.ConfigurationModuleType getType()
           
 void setEarFile(JarFile earFile)
           
 void setResourceModules(Collection resourceModules)
           
 
Methods inherited from class org.apache.geronimo.j2ee.deployment.Module
addClass, close, equals, getEarContext, getEnvironment, getModuleFile, getModuleName, getModuleURI, getName, getNamespace, getOriginalSpecDD, getSpecDD, getTargetPath, getTargetPathURI, getVendorDD, hashCode, isStandAlone, setEarContext
 
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.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)
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)

addClass

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

setResourceModules

public void setResourceModules(Collection resourceModules)

getResourceModules

public Collection getResourceModules()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.