org.apache.geronimo.gbean
Class BasicGBeanInfoFactory

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

public class BasicGBeanInfoFactory
extends Object
implements GBeanInfoFactory

Version:
$Rev:$ $Date:$

Constructor Summary
BasicGBeanInfoFactory()
           
 
Method Summary
 GBeanInfo getGBeanInfo(Class clazz)
          try not to use this one, it requires the *GBean class to be in the same classloader as the * class.
 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

BasicGBeanInfoFactory

public BasicGBeanInfoFactory()
Method Detail

getGBeanInfo

public GBeanInfo getGBeanInfo(Class clazz)
                       throws GBeanInfoFactoryException
try not to use this one, it requires the *GBean class to be in the same classloader as the * class.

Specified by:
getGBeanInfo in interface GBeanInfoFactory
Parameters:
clazz -
Returns:
Throws:
GBeanInfoFactoryException

getGBeanInfo

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


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