|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Description of a bean.
Method Summary | |
BeanInfoFactory |
getBeanInfoFactory()
Get the bean info factory |
org.jboss.reflect.spi.ClassInfo |
getClassInfo()
Get the class information |
Set |
getConstructors()
Get the constructor info. |
List |
getCustomDependencies(Map metadata)
Bean may have additional custom dependencies that the kernel cannot initially resolve. |
Set |
getEvents()
Get the event information. |
org.jboss.joinpoint.spi.JoinpointFactory |
getJoinpointFactory()
Get the joinpoint factory |
Set |
getMethods()
Get the method information. |
String |
getName()
Get the bean name |
Set |
getProperties()
Get the property information. |
void |
setConstructors(Set constructors)
Set the constructor info. |
void |
setEvents(Set events)
set the event information. |
void |
setMethods(Set methods)
Set the method information. |
void |
setProperties(Set properties)
Set the property information. |
Methods inherited from interface org.jboss.util.JBossInterface |
clone, toShortString, toShortString |
Method Detail |
public String getName()
public org.jboss.reflect.spi.ClassInfo getClassInfo()
public List getCustomDependencies(Map metadata)
metadata
- TODO undocumented rubbish
public org.jboss.joinpoint.spi.JoinpointFactory getJoinpointFactory()
public Set getProperties()
public void setProperties(Set properties)
properties
- a Setpublic Set getConstructors()
public void setConstructors(Set constructors)
constructors
- a Setpublic Set getMethods()
public void setMethods(Set methods)
methods
- a Setpublic Set getEvents()
public void setEvents(Set events)
events
- a Setpublic BeanInfoFactory getBeanInfoFactory()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |