|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BeanInfo
Description of a bean.
Method Summary | |
---|---|
BeanInfoFactory |
getBeanInfoFactory()
Get the bean info factory |
ClassInfo |
getClassInfo()
Get the class information |
Set |
getConstructors()
Get the constructor info. |
List |
getDependencies()
Bean may have additional dependencies that the kernel cannot initially resolve. |
Set |
getEvents()
Get the event information. |
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 |
---|
String getName()
ClassInfo getClassInfo()
List getDependencies()
JoinpointFactory getJoinpointFactory()
Set getProperties()
void setProperties(Set properties)
properties
- a SetSet getConstructors()
void setConstructors(Set constructors)
constructors
- a SetSet getMethods()
void setMethods(Set methods)
methods
- a SetSet getEvents()
void setEvents(Set events)
events
- a SetBeanInfoFactory getBeanInfoFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |