| Package | Description |
|---|---|
| org.jboss.beans.info.plugins |
Classes used to describe beans, an abstract implementation.
|
| org.jboss.beans.info.spi |
Classes used to describe beans.
|
| org.jboss.beans.info.spi.helpers |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEventInfo
Event info.
|
| Modifier and Type | Method and Description |
|---|---|
Set<EventInfo> |
AbstractBeanInfo.getEvents() |
protected Set<EventInfo> |
AbstractBeanInfoFactory.getEvents(ClassInfo classInfo)
Get the events
|
| Modifier and Type | Method and Description |
|---|---|
protected BeanInfo |
AbstractBeanInfoFactory.createBeanInfo(ClassAdapter classAdapter,
BeanAccessMode accessMode,
Set<PropertyInfo> properties,
Set<ConstructorInfo> constructors,
Set<MethodInfo> methods,
Set<EventInfo> events)
Create the bean info
|
void |
AbstractBeanInfo.setEvents(Set<EventInfo> events) |
| Constructor and Description |
|---|
AbstractBeanInfo(BeanInfoFactory beanInfoFactory,
ClassAdapter classAdapter,
Set<PropertyInfo> properties,
Set<ConstructorInfo> constructors,
Set<MethodInfo> methods,
Set<EventInfo> events)
Create a new bean info
|
AllBeanInfo(BeanInfoFactory beanInfoFactory,
ClassAdapter classAdapter,
Set<PropertyInfo> properties,
Set<ConstructorInfo> constructors,
Set<MethodInfo> methods,
Set<EventInfo> events) |
FieldBeanInfo(BeanInfoFactory beanInfoFactory,
ClassAdapter classAdapter,
Set<PropertyInfo> properties,
Set<ConstructorInfo> constructors,
Set<MethodInfo> methods,
Set<EventInfo> events) |
| Modifier and Type | Method and Description |
|---|---|
Set<EventInfo> |
BeanInfo.getEvents()
Get the event information.
|
| Modifier and Type | Method and Description |
|---|---|
BeanInfo |
BeanAccessMode.create(BeanInfoFactory beanInfoFactory,
ClassAdapter classAdapter,
Set<PropertyInfo> properties,
Set<ConstructorInfo> constructors,
Set<MethodInfo> methods,
Set<EventInfo> events)
Create the bean info
|
void |
BeanInfo.setEvents(Set<EventInfo> events)
set the event information.
|
| Modifier and Type | Method and Description |
|---|---|
Set<EventInfo> |
UnmodifiableBeanInfo.getEvents() |
| Modifier and Type | Method and Description |
|---|---|
void |
UnmodifiableBeanInfo.setEvents(Set<EventInfo> events) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.