org.apache.geronimo.gbean.annotation
Class AnnotationGBeanInfoFactory

java.lang.Object
  extended by org.apache.geronimo.gbean.annotation.AnnotationGBeanInfoFactory
All Implemented Interfaces:
GBeanInfoFactory

public class AnnotationGBeanInfoFactory
extends Object
implements GBeanInfoFactory

Version:
$Rev:$ $Date:$

Constructor Summary
AnnotationGBeanInfoFactory()
           
 
Method Summary
 GBeanInfo getGBeanInfo(Class clazz)
           
 GBeanInfo getGBeanInfo(String className, org.osgi.framework.Bundle bundle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationGBeanInfoFactory

public AnnotationGBeanInfoFactory()
Method Detail

getGBeanInfo

public GBeanInfo getGBeanInfo(String className,
                              org.osgi.framework.Bundle bundle)
                       throws GBeanInfoFactoryException
Specified by:
getGBeanInfo in interface GBeanInfoFactory
Throws:
GBeanInfoFactoryException

getGBeanInfo

public GBeanInfo getGBeanInfo(Class clazz)
                       throws GBeanInfoFactoryException
Specified by:
getGBeanInfo in interface GBeanInfoFactory
Throws:
GBeanInfoFactoryException


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