|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jboss.beans.metadata.plugins.factory.GenericBeanFactory
Collection metadata.
| Field Summary | |
protected String |
bean
The bean class name |
protected KernelConfigurator |
configurator
The configurator |
protected ConstructorMetaData |
constructor
The constructor metadata |
protected Map |
properties
The properties Map |
| Constructor Summary | |
GenericBeanFactory(KernelConfigurator configurator)
Create a new generic bean factory |
|
| Method Summary | |
Object |
create()
Create a new bean |
String |
getBean()
Get the bean name |
ConstructorMetaData |
getConstructor()
Get the constructor metadata |
Map |
getProperties()
Get the properties |
void |
setBean(String bean)
Set the bean name |
void |
setConstructor(ConstructorMetaData constructor)
Set the constructor metadata |
void |
setProperties(Map properties)
Set the properties |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected KernelConfigurator configurator
protected String bean
protected ConstructorMetaData constructor
protected Map properties
| Constructor Detail |
public GenericBeanFactory(KernelConfigurator configurator)
configurator - the configurator| Method Detail |
public Object create()
throws Throwable
Throwable - for any errorpublic String getBean()
public void setBean(String bean)
bean - the bean namepublic ConstructorMetaData getConstructor()
public void setConstructor(ConstructorMetaData constructor)
constructor - the constructor metadatapublic Map getProperties()
public void setProperties(Map properties)
properties - the properties Map
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||