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

Packages that use GBeanAlreadyExistsException
org.apache.geronimo.kernel   
org.apache.geronimo.kernel.basic   
org.apache.geronimo.kernel.config   
 

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)
           
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.