org.apache.geronimo.gbean
Class BasicGBeanInfoFactory
java.lang.Object
org.apache.geronimo.gbean.BasicGBeanInfoFactory
- All Implemented Interfaces:
- GBeanInfoFactory
public class BasicGBeanInfoFactory
- extends Object
- implements GBeanInfoFactory
- Version:
- $Rev:$ $Date:$
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicGBeanInfoFactory
public BasicGBeanInfoFactory()
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.