|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BeanMetaData
Metadata about a bean.
| Method Summary | |
|---|---|
String |
getBean()
Get the bean. |
ClassLoaderMetaData |
getClassLoader()
Get the bean ClassLoader |
ConstructorMetaData |
getConstructor()
Get the constructor |
LifecycleMetaData |
getCreate()
Get the create lifecycle |
Set |
getDemands()
Get what this bean demands. |
LifecycleMetaData |
getDestroy()
Get the destroy lifecycle |
ControllerMode |
getMode()
Get the mode |
String |
getName()
Get the name |
Set |
getProperties()
Get the properties. |
LifecycleMetaData |
getStart()
Get the start lifecycle |
LifecycleMetaData |
getStop()
Get the stop lifecycle |
Set |
getSupplies()
Get what this bean supplies. |
void |
setClassLoader(ClassLoaderMetaData classLoader)
Set the bean ClassLoader |
void |
setMode(ControllerMode mode)
Set the name |
void |
setName(String name)
Set the name |
| Methods inherited from interface org.jboss.beans.metadata.spi.FeatureMetaData |
|---|
getAnnotations, getDescription |
| Methods inherited from interface org.jboss.util.JBossInterface |
|---|
clone, toShortString, toShortString |
| Methods inherited from interface org.jboss.beans.metadata.spi.MetaDataVisitorNode |
|---|
getChildren, visit |
| Method Detail |
|---|
String getBean()
String getName()
void setName(String name)
name - the nameControllerMode getMode()
void setMode(ControllerMode mode)
mode - the modeSet getProperties()
ClassLoaderMetaData getClassLoader()
void setClassLoader(ClassLoaderMetaData classLoader)
classLoader - the ClassLoader metadataConstructorMetaData getConstructor()
LifecycleMetaData getCreate()
LifecycleMetaData getStart()
LifecycleMetaData getStop()
LifecycleMetaData getDestroy()
Set getDemands()
Set getSupplies()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||