Uses of Class
org.apache.geronimo.deployment.DeploymentContext

Packages that use DeploymentContext
org.apache.geronimo.axis.builder   
org.apache.geronimo.client.builder   
org.apache.geronimo.deployment   
org.apache.geronimo.deployment.service   
org.apache.geronimo.j2ee.deployment   
org.apache.geronimo.jaxws.builder   
org.apache.geronimo.jetty6.cluster.wadi.builder   
org.apache.geronimo.security.deployment   
org.apache.geronimo.tomcat.cluster.wadi.builder   
 

Uses of DeploymentContext in org.apache.geronimo.axis.builder
 

Methods in org.apache.geronimo.axis.builder with parameters of type DeploymentContext
 boolean AxisBuilder.configurePOJO(GBeanData targetGBean, String servletName, Module module, String servletClassName, DeploymentContext context)
           
 

Uses of DeploymentContext in org.apache.geronimo.client.builder
 

Methods in org.apache.geronimo.client.builder with parameters of type DeploymentContext
 void AppClientModuleBuilder.addManifestClassPath(DeploymentContext deploymentContext, JarFile earFile, JarFile jarFile, URI jarFileLocation)
           
 

Uses of DeploymentContext in org.apache.geronimo.deployment
 

Methods in org.apache.geronimo.deployment that return DeploymentContext
 DeploymentContext ConfigurationBuilder.buildConfiguration(boolean inPlaceDeployment, Artifact configId, Object plan, JarFile module, Collection configurationStores, ArtifactResolver artifactResolver, ConfigurationStore targetConfigurationStore)
          Build a configuration from a local file
 

Methods in org.apache.geronimo.deployment with parameters of type DeploymentContext
 void NamespaceDrivenBuilder.build(org.apache.xmlbeans.XmlObject container, DeploymentContext applicationContext, DeploymentContext moduleContext)
           
 void NamespaceDrivenBuilderCollection.build(org.apache.xmlbeans.XmlObject container, DeploymentContext applicationContext, DeploymentContext moduleContext)
           
 

Uses of DeploymentContext in org.apache.geronimo.deployment.service
 

Methods in org.apache.geronimo.deployment.service that return DeploymentContext
 DeploymentContext ServiceConfigBuilder.buildConfiguration(boolean inPlaceDeployment, Artifact configId, ModuleType moduleType, JarFile jar, Collection configurationStores, ArtifactResolver artifactResolver, ConfigurationStore targetConfigurationStore)
           
 DeploymentContext ServiceConfigBuilder.buildConfiguration(boolean inPlaceDeployment, Artifact configId, Object plan, JarFile jar, Collection configurationStores, ArtifactResolver artifactResolver, ConfigurationStore targetConfigurationStore)
           
 

Methods in org.apache.geronimo.deployment.service with parameters of type DeploymentContext
 void GBeanBuilder.build(org.apache.xmlbeans.XmlObject container, DeploymentContext applicationContext, DeploymentContext moduleContext)
           
 ReferencePatterns XmlReferenceBuilder.getReferences(org.apache.xmlbeans.XmlObject xmlObject, DeploymentContext context, AbstractName moduleAbstractName, ClassLoader classLoader)
           
 

Uses of DeploymentContext in org.apache.geronimo.j2ee.deployment
 

Subclasses of DeploymentContext in org.apache.geronimo.j2ee.deployment
 class EARContext
           
 

Methods in org.apache.geronimo.j2ee.deployment that return DeploymentContext
 DeploymentContext EARConfigBuilder.buildConfiguration(boolean inPlaceDeployment, Artifact configId, Object plan, JarFile earFile, Collection configurationStores, ArtifactResolver artifactResolver, ConfigurationStore targetConfigurationStore)
           
 

Methods in org.apache.geronimo.j2ee.deployment with parameters of type DeploymentContext
 void AppClientModule.addClass(URI location, String fqcn, byte[] bytes, DeploymentContext context)
           
 void ConnectorModule.addClass(URI location, String fqcn, byte[] bytes, DeploymentContext context)
           
 void EJBModule.addClass(URI location, String fqcn, byte[] bytes, DeploymentContext context)
           
 boolean UnavailableWebServiceBuilder.configurePOJO(GBeanData targetGBean, String servletName, Module module, String seiClassName, DeploymentContext context)
           
 boolean WebServiceBuilder.configurePOJO(GBeanData targetGBean, String servletName, Module module, String seiClassName, DeploymentContext context)
          configure the supplied GBeanData to implement the POJO web service described in the deployment descriptor.
 

Uses of DeploymentContext in org.apache.geronimo.jaxws.builder
 

Methods in org.apache.geronimo.jaxws.builder with parameters of type DeploymentContext
 boolean JAXWSServiceBuilder.configurePOJO(GBeanData targetGBean, String servletName, Module module, String servletClassName, DeploymentContext context)
           
 String WsdlGenerator.generateWsdl(Module module, String serviceClass, DeploymentContext context, PortInfo portInfo)
           
 

Uses of DeploymentContext in org.apache.geronimo.jetty6.cluster.wadi.builder
 

Methods in org.apache.geronimo.jetty6.cluster.wadi.builder with parameters of type DeploymentContext
protected  AbstractName WADIJettyClusteringBuilder.addPreHandlerFactory(DeploymentContext moduleContext, GBeanData webModuleData, AbstractName sessionManagerName)
           
protected  AbstractName WADIJettyClusteringBuilder.addSessionHandlerFactory(DeploymentContext moduleContext, GBeanData webModuleData, AbstractName sessionManagerName)
           
protected  AbstractName WADIJettyClusteringBuilder.addSessionManager(GerClusteringWadiType clustering, GBeanData webModuleData, DeploymentContext moduleContext)
           
 void WADIJettyClusteringBuilder.build(org.apache.xmlbeans.XmlObject container, DeploymentContext applicationContext, DeploymentContext moduleContext)
           
protected  AbstractNameQuery WADIJettyClusteringBuilder.createJettyWebAppContextNameQuery(DeploymentContext moduleContext)
           
protected  GBeanData WADIJettyClusteringBuilder.extractWebModule(DeploymentContext moduleContext)
           
 

Uses of DeploymentContext in org.apache.geronimo.security.deployment
 

Methods in org.apache.geronimo.security.deployment with parameters of type DeploymentContext
 void GeronimoSecurityBuilderImpl.build(org.apache.xmlbeans.XmlObject container, DeploymentContext applicationContext, DeploymentContext moduleContext)
           
 ReferencePatterns LoginConfigBuilder.getReferences(org.apache.xmlbeans.XmlObject xmlObject, DeploymentContext context, AbstractName parentName, ClassLoader classLoader)
           
 

Uses of DeploymentContext in org.apache.geronimo.tomcat.cluster.wadi.builder
 

Methods in org.apache.geronimo.tomcat.cluster.wadi.builder with parameters of type DeploymentContext
protected  AbstractName WADITomcatClusteringBuilder.addClusteredManagerRetriever(DeploymentContext moduleContext, GBeanData webModuleData, AbstractName sessionManagerName)
           
protected  AbstractName WADITomcatClusteringBuilder.addClusteredValveRetriever(DeploymentContext moduleContext, GBeanData webModuleData, AbstractName sessionManagerName)
           
protected  void WADITomcatClusteringBuilder.addGBean(DeploymentContext moduleContext, GBeanData beanData)
           
protected  AbstractName WADITomcatClusteringBuilder.addSessionManager(GerTomcatClusteringWadiType clustering, GBeanData webModuleData, DeploymentContext moduleContext)
           
 void WADITomcatClusteringBuilder.build(org.apache.xmlbeans.XmlObject container, DeploymentContext applicationContext, DeploymentContext moduleContext)
           
protected  AbstractNameQuery WADITomcatClusteringBuilder.createTomcatWebAppContextNameQuery(DeploymentContext moduleContext)
           
protected  GBeanData WADITomcatClusteringBuilder.extractWebModule(DeploymentContext moduleContext)
           
protected  AbstractName WADITomcatClusteringBuilder.newGBeanName(DeploymentContext moduleContext, String name)
           
 



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.