|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.util.JBossObject
org.jboss.beans.metadata.spi.factory.GenericBeanFactoryMetaData
public class GenericBeanFactoryMetaData
GenericBeanFactoryMetaData.
Field Summary | |
---|---|
protected org.jboss.beans.info.spi.BeanAccessMode |
accessMode
The access mode |
protected Set<AliasMetaData> |
aliases
The aliases |
protected Set<AnnotationMetaData> |
annotations
The annotations |
protected String |
bean
The bean class name |
protected ClassLoaderMetaData |
classLoader
The classloader |
protected ConstructorMetaData |
constructor
The constructor metadata |
protected LifecycleMetaData |
create
The create lifecycle method |
protected Set<DemandMetaData> |
demands
The demands |
protected Set<DependencyMetaData> |
depends
The depends |
protected String |
factoryClass
The bean factory class name |
protected List<CallbackMetaData> |
installCallbacks
The install callbacks |
protected List<InstallMetaData> |
installs
The installs |
protected ControllerMode |
mode
The controller mode |
protected String |
name
The name |
protected Set<PropertyMetaData> |
properties
The properties Map |
protected LifecycleMetaData |
start
The start lifecycle method |
protected Set<SupplyMetaData> |
supplies
The supplies |
protected List<CallbackMetaData> |
uninstallCallbacks
The uninstall callbacks |
protected List<InstallMetaData> |
uninstalls
The uninstalls |
Fields inherited from class org.jboss.util.JBossObject |
---|
hashCode, log, toString |
Constructor Summary | |
---|---|
GenericBeanFactoryMetaData()
|
|
GenericBeanFactoryMetaData(String name,
String bean)
|
Method Summary | |
---|---|
org.jboss.beans.info.spi.BeanAccessMode |
getAccessMode()
Get the access mode. |
Set<AliasMetaData> |
getAliases()
Get the aliases |
Set<AnnotationMetaData> |
getAnnotations()
Get the annotations |
String |
getBean()
Get the bean class |
BeanMetaData |
getBeanMetaData()
|
List<BeanMetaData> |
getBeans()
Get the beans |
ClassLoaderMetaData |
getClassLoader()
Get the classloader |
ConstructorMetaData |
getConstructor()
Get the constructor |
LifecycleMetaData |
getCreate()
Get the create |
Set<DemandMetaData> |
getDemands()
Get the demans |
Set<DependencyMetaData> |
getDepends()
Get the dependencies |
String |
getFactoryClass()
Get the factory class. |
List<CallbackMetaData> |
getInstallCallbacks()
Get the install callbacks |
List<InstallMetaData> |
getInstalls()
Get the installs |
ControllerMode |
getMode()
Get the mode |
String |
getName()
Get the name |
Set<PropertyMetaData> |
getProperties()
Get the properties |
LifecycleMetaData |
getStart()
Get the start |
Set<SupplyMetaData> |
getSupplies()
Get the supples |
List<CallbackMetaData> |
getUninstallCallbacks()
Get the uninstall callbacks |
List<InstallMetaData> |
getUninstalls()
Get the uninstalls |
void |
setAccessMode(org.jboss.beans.info.spi.BeanAccessMode accessMode)
Set the access mode. |
void |
setAliases(Set<AliasMetaData> aliases)
Set the aliases |
void |
setAnnotations(Set<AnnotationMetaData> annotations)
Set the annotations |
void |
setBean(String bean)
Set the bean class |
void |
setClassLoader(ClassLoaderMetaData classLoader)
Set the classloader |
void |
setConstructor(ConstructorMetaData constructor)
Set the constructor |
void |
setCreate(LifecycleMetaData create)
Set the create |
void |
setDemands(Set<DemandMetaData> demands)
Set the demands |
void |
setDepends(Set<DependencyMetaData> depends)
Set the dependencies |
void |
setFactoryClass(String factoryClass)
Set the factory class. |
void |
setInstallCallbacks(List<CallbackMetaData> installCallbacks)
Set the install callbacks |
void |
setInstalls(List<InstallMetaData> installs)
Set the installs |
void |
setMode(ControllerMode mode)
Set the mode |
void |
setName(String name)
Set the bean name |
void |
setProperties(Set<PropertyMetaData> properties)
Set the properties |
void |
setStart(LifecycleMetaData start)
Set the start |
void |
setSupplies(Set<SupplyMetaData> supplies)
Set the supplies |
void |
setUninstallCallbacks(List<CallbackMetaData> uninstallCallbacks)
Set the uninstall callbacks |
void |
setUninstalls(List<InstallMetaData> uninstalls)
Set the uninstalls |
Methods inherited from class org.jboss.util.JBossObject |
---|
cacheGetHashCode, cacheToString, clone, equals, flushJBossObjectCache, getClassShortName, getHashCode, hashCode, list, notEqual, toShortString, toShortString, toString, toString, toStringImplementation |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected String name
protected String bean
protected String factoryClass
protected org.jboss.beans.info.spi.BeanAccessMode accessMode
protected ControllerMode mode
protected Set<AnnotationMetaData> annotations
protected Set<AliasMetaData> aliases
protected ClassLoaderMetaData classLoader
protected ConstructorMetaData constructor
protected Set<PropertyMetaData> properties
protected LifecycleMetaData create
protected LifecycleMetaData start
protected Set<DependencyMetaData> depends
protected Set<DemandMetaData> demands
protected Set<SupplyMetaData> supplies
protected List<InstallMetaData> installs
protected List<InstallMetaData> uninstalls
protected List<CallbackMetaData> installCallbacks
protected List<CallbackMetaData> uninstallCallbacks
Constructor Detail |
---|
public GenericBeanFactoryMetaData()
public GenericBeanFactoryMetaData(String name, String bean)
Method Detail |
---|
public String getName()
public void setName(String name)
name
- the namepublic String getBean()
public void setBean(String bean)
bean
- the bean classpublic String getFactoryClass()
public void setFactoryClass(String factoryClass)
factoryClass
- the factory classpublic Set<AliasMetaData> getAliases()
public void setAliases(Set<AliasMetaData> aliases)
aliases
- the aliasespublic org.jboss.beans.info.spi.BeanAccessMode getAccessMode()
public void setAccessMode(org.jboss.beans.info.spi.BeanAccessMode accessMode)
accessMode
- the access modepublic ControllerMode getMode()
public void setMode(ControllerMode mode)
mode
- the modepublic Set<AnnotationMetaData> getAnnotations()
public void setAnnotations(Set<AnnotationMetaData> annotations)
annotations
- the annotationspublic ClassLoaderMetaData getClassLoader()
public void setClassLoader(ClassLoaderMetaData classLoader)
classLoader
- the classloaderpublic ConstructorMetaData getConstructor()
public void setConstructor(ConstructorMetaData constructor)
constructor
- the constructorpublic LifecycleMetaData getCreate()
public void setCreate(LifecycleMetaData create)
create
- the createpublic Set<PropertyMetaData> getProperties()
public void setProperties(Set<PropertyMetaData> properties)
properties
- the propertiespublic LifecycleMetaData getStart()
public void setStart(LifecycleMetaData start)
start
- the startpublic Set<DemandMetaData> getDemands()
public void setDemands(Set<DemandMetaData> demands)
demands
- the demandspublic Set<DependencyMetaData> getDepends()
public void setDepends(Set<DependencyMetaData> depends)
depends
- the dependenciespublic List<CallbackMetaData> getInstallCallbacks()
public void setInstallCallbacks(List<CallbackMetaData> installCallbacks)
installCallbacks
- the install callbackspublic List<InstallMetaData> getInstalls()
public void setInstalls(List<InstallMetaData> installs)
installs
- the installspublic Set<SupplyMetaData> getSupplies()
public void setSupplies(Set<SupplyMetaData> supplies)
supplies
- the suppliespublic List<CallbackMetaData> getUninstallCallbacks()
public void setUninstallCallbacks(List<CallbackMetaData> uninstallCallbacks)
uninstallCallbacks
- the uninstall callbaclspublic List<InstallMetaData> getUninstalls()
public void setUninstalls(List<InstallMetaData> uninstalls)
uninstalls
- the uninstallspublic List<BeanMetaData> getBeans()
BeanMetaDataFactory
getBeans
in interface BeanMetaDataFactory
public BeanMetaData getBeanMetaData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |