|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Metadata about a bean.
Method Summary | |
String |
getBean()
Get the bean. |
ConstructorMetaData |
getConstructor()
Get the constructor |
LifecycleMetaData |
getCreate()
Get the create lifecycle |
Set |
getDemands()
Get what this bean demands. |
LifecycleMetaData |
getDestroy()
Get the destroy lifecycle |
Map |
getMetaData()
Attached metadata for the bean |
org.jboss.dependency.spi.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 |
setMode(org.jboss.dependency.spi.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 |
public String getBean()
public String getName()
public void setName(String name)
name
- the namepublic org.jboss.dependency.spi.ControllerMode getMode()
public void setMode(org.jboss.dependency.spi.ControllerMode mode)
mode
- the modepublic Set getProperties()
public ConstructorMetaData getConstructor()
public LifecycleMetaData getCreate()
public LifecycleMetaData getStart()
public LifecycleMetaData getStop()
public LifecycleMetaData getDestroy()
public Set getDemands()
public Set getSupplies()
public Map getMetaData()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |