|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjfun.yan.xml.nuts.spring.BeanPostProcessorQueue
public final class BeanPostProcessorQueue
The queue that collects all components that instantiate BeanPostProcessor objects.
| Constructor Summary | |
|---|---|
BeanPostProcessorQueue()
|
|
| Method Summary | |
|---|---|
void |
addBeanPostProcessor(java.lang.String name,
Component bpp)
Add a Component that instantiates BeanPostProcessor. |
Component |
getBeanPostProcessor(int i)
Get a BeanPostProcessor component. |
java.lang.String |
getName(int i)
Get the name of a BeanPostProcessor component. |
int |
size()
To get the number of BeanPostProcessor components stored in the queue. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BeanPostProcessorQueue()
| Method Detail |
|---|
public void addBeanPostProcessor(java.lang.String name,
Component bpp)
name - the name of the component.bpp - the component.public java.lang.String getName(int i)
i - the ordinal position of the component.
public Component getBeanPostProcessor(int i)
i - the ordinal position of the component.
public int size()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||