| 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 |
GBeanInfo(String sourceClass,
String name,
String className,
String j2eeType,
Collection attributes,
GConstructorInfo constructor,
Collection operations,
Set references,
Set interfaces,
int priority,
boolean osgiService,
String[] serviceInterfaces)
|