org.apache.geronimo.gbean
Interface GBeanInfoFactory

All Known Implementing Classes:
AnnotationGBeanInfoFactory, BasicGBeanInfoFactory, MultiGBeanInfoFactory

public interface GBeanInfoFactory

Version:
$Rev:$ $Date:$

Method Summary
 GBeanInfo getGBeanInfo(Class clazz)
           
 GBeanInfo getGBeanInfo(String className, org.osgi.framework.Bundle bundle)
           
 

Method Detail

getGBeanInfo

GBeanInfo getGBeanInfo(Class clazz)
                       throws GBeanInfoFactoryException
Throws:
GBeanInfoFactoryException

getGBeanInfo

GBeanInfo getGBeanInfo(String className,
                       org.osgi.framework.Bundle bundle)
                       throws GBeanInfoFactoryException
Throws:
GBeanInfoFactoryException


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