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

Packages that use GConstructorInfo
org.apache.geronimo.gbean   
 

Uses of GConstructorInfo in org.apache.geronimo.gbean
 

Methods in org.apache.geronimo.gbean that return GConstructorInfo
 GConstructorInfo GBeanInfo.getConstructor()
           
 

Methods in org.apache.geronimo.gbean with parameters of type GConstructorInfo
 void GBeanInfoBuilder.setConstructor(GConstructorInfo constructor)
           
 

Constructors in org.apache.geronimo.gbean with parameters of type GConstructorInfo
GBeanInfo(String className, String j2eeType, Collection attributes, GConstructorInfo constructor, Collection operations, Set references, Set interfaces)
          Deprecated. use GBeanInfoBuilder
GBeanInfo(String className, String j2eeType, Collection attributes, GConstructorInfo constructor, Collection operations, Set references, Set interfaces, Set notifications)
          Deprecated. use GBeanInfoBuilder
GBeanInfo(String name, String className, String j2eeType, Collection attributes, GConstructorInfo constructor, Collection operations, Set references, Set interfaces)
          Deprecated. use GBeanInfoBuilder
GBeanInfo(String name, String className, String j2eeType, Collection attributes, GConstructorInfo constructor, Collection operations, Set references, Set interfaces, Set notifications)
          Deprecated. use GBeanInfoBuilder
 



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