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

Packages that use GBeanAlreadyExistsException
org.apache.geronimo.deployment   
org.apache.geronimo.kernel   
org.apache.geronimo.kernel.basic   
org.apache.geronimo.kernel.config   
org.apache.geronimo.system.jmx   
 

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.kernel
 

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

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)
           
 



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