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

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

Uses of GBeanInfoBuilder in org.apache.geronimo.gbean
 

Methods in org.apache.geronimo.gbean that return GBeanInfoBuilder
static GBeanInfoBuilder GBeanInfoBuilder.createStatic(Class gbeanType)
           
static GBeanInfoBuilder GBeanInfoBuilder.createStatic(Class sourceClass, Class gbeanType)
           
static GBeanInfoBuilder GBeanInfoBuilder.createStatic(Class sourceClass, Class gbeanType, GBeanInfo source, String j2eeType)
           
static GBeanInfoBuilder GBeanInfoBuilder.createStatic(Class sourceClass, Class gbeanType, String j2eeType)
           
static GBeanInfoBuilder GBeanInfoBuilder.createStatic(Class gbeanType, GBeanInfo source)
           
static GBeanInfoBuilder GBeanInfoBuilder.createStatic(Class gbeanType, GBeanInfo source, String j2eeType)
           
static GBeanInfoBuilder GBeanInfoBuilder.createStatic(Class gbeanType, String j2eeType)
           
static GBeanInfoBuilder GBeanInfoBuilder.createStatic(Class sourceClass, String name, Class gbeanType, GBeanInfo source, String j2eeType)
           
static GBeanInfoBuilder GBeanInfoBuilder.createStatic(Class sourceClass, String name, Class gbeanType, String j2eeType)
           
static GBeanInfoBuilder GBeanInfoBuilder.createStatic(String name, Class gbeanType)
           
static GBeanInfoBuilder GBeanInfoBuilder.createStatic(String name, Class gbeanType, GBeanInfo source)
           
static GBeanInfoBuilder GBeanInfoBuilder.createStatic(String name, Class gbeanType, String j2eeType)
           
 

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

Methods in org.apache.geronimo.gbean.annotation with parameters of type GBeanInfoBuilder
protected  void AnnotationGBeanInfoBuilder.addReferences(GBeanInfoBuilder infoBuilder)
           
protected  void AnnotationGBeanInfoBuilder.markPersistent(GBeanInfoBuilder infoBuilder)
           
protected  void AnnotationGBeanInfoBuilder.setConstructor(GBeanInfoBuilder infoBuilder)
           
protected  void AnnotationGBeanInfoBuilder.setConstructor(GBeanInfoBuilder infoBuilder, Constructor constructor)
           
protected  void AnnotationGBeanInfoBuilder.setPriority(GBeanInfoBuilder infoBuilder)
           
 



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