Uses of Class
org.apache.geronimo.gbean.GBeanInfoFactoryException

Packages that use GBeanInfoFactoryException
org.apache.geronimo.gbean   
org.apache.geronimo.gbean.annotation   
 

Uses of GBeanInfoFactoryException in org.apache.geronimo.gbean
 

Methods in org.apache.geronimo.gbean that throw GBeanInfoFactoryException
 GBeanInfo GBeanInfoFactory.getGBeanInfo(Class clazz)
           
 GBeanInfo MultiGBeanInfoFactory.getGBeanInfo(Class clazz)
           
 GBeanInfo BasicGBeanInfoFactory.getGBeanInfo(Class clazz)
          try not to use this one, it requires the *GBean class to be in the same classloader as the * class.
 GBeanInfo GBeanInfoFactory.getGBeanInfo(String className, org.osgi.framework.Bundle bundle)
           
 GBeanInfo MultiGBeanInfoFactory.getGBeanInfo(String className, org.osgi.framework.Bundle bundle)
           
 GBeanInfo BasicGBeanInfoFactory.getGBeanInfo(String className, org.osgi.framework.Bundle bundle)
           
 

Uses of GBeanInfoFactoryException in org.apache.geronimo.gbean.annotation
 

Methods in org.apache.geronimo.gbean.annotation that throw GBeanInfoFactoryException
 GBeanInfo AnnotationGBeanInfoFactory.getGBeanInfo(Class clazz)
           
 GBeanInfo AnnotationGBeanInfoFactory.getGBeanInfo(String className, org.osgi.framework.Bundle bundle)
           
 



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