Uses of Class
org.apache.geronimo.kernel.GBeanAlreadyExistsException

Packages that use GBeanAlreadyExistsException
org.apache.geronimo.deployment   
org.apache.geronimo.jetty6.cluster.wadi.builder   
org.apache.geronimo.kernel   
org.apache.geronimo.kernel.basic   
org.apache.geronimo.kernel.config   
org.apache.geronimo.system.jmx   
org.apache.geronimo.tomcat.cluster.wadi.builder   
 

Uses of GBeanAlreadyExistsException in org.apache.geronimo.deployment
 

Methods in org.apache.geronimo.deployment that throw GBeanAlreadyExistsException
 void DeploymentContext.addGBean(GBeanData gbean)
           
 GBeanData DeploymentContext.addGBean(String name, GBeanInfo gbeanInfo)
           
 

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

Methods in org.apache.geronimo.jetty6.cluster.wadi.builder that throw GBeanAlreadyExistsException
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)
           
 

Uses of GBeanAlreadyExistsException in org.apache.geronimo.kernel
 

Methods in org.apache.geronimo.kernel that throw GBeanAlreadyExistsException
 void Kernel.loadGBean(GBeanData gbeanData, ClassLoader classLoader)
          Load a specific GBean into this kernel.
 void KernelGBean.loadGBean(GBeanData gbeanData, ClassLoader classLoader)
           
 

Uses of GBeanAlreadyExistsException in org.apache.geronimo.kernel.basic
 

Methods in org.apache.geronimo.kernel.basic that throw GBeanAlreadyExistsException
 void BasicKernel.loadGBean(GBeanData gbeanData, ClassLoader classLoader)
           
 void BasicRegistry.register(GBeanInstance gbeanInstance)
          Register a GBean instance.
 

Uses of GBeanAlreadyExistsException in org.apache.geronimo.kernel.config
 

Methods in org.apache.geronimo.kernel.config that throw GBeanAlreadyExistsException
 void Configuration.addGBean(GBeanData gbean)
           
 AbstractName Configuration.addGBean(String name, GBeanData gbean)
           
 

Uses of GBeanAlreadyExistsException in org.apache.geronimo.system.jmx
 

Methods in org.apache.geronimo.system.jmx that throw GBeanAlreadyExistsException
 void KernelDelegate.loadGBean(GBeanData gbeanData, ClassLoader classLoader)
           
 

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

Methods in org.apache.geronimo.tomcat.cluster.wadi.builder that throw GBeanAlreadyExistsException
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)
           
 



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