|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjfun.yan.xml.nuts.spring.SpringService
public class SpringService
SpringService contains all Spring-related data.
| Constructor Summary | |
|---|---|
SpringService(org.springframework.context.ApplicationContext actxt,
DefaultLifecycleManager manager)
Create a SpringService object. |
|
| Method Summary | |
|---|---|
void |
addBeanPostProcessor(java.lang.String key,
java.lang.Class type,
Component bpp)
Report an existence of a Component that instantiates BeanPostProcessor. |
org.springframework.context.ApplicationContext |
getApplicationContext()
Get the ApplicationContext object. |
BeanPostProcessorQueue |
getDestructionAwares()
Get all the DestructionAwareBeanPostProcessor components. |
BeanPostProcessorQueue |
getProcessorQueue()
Get all the BeanPostProcessor components. |
void |
manageDisposableBean(org.springframework.beans.factory.DisposableBean db)
Report an existence of a DisposableBean object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SpringService(org.springframework.context.ApplicationContext actxt,
DefaultLifecycleManager manager)
actxt - the ApplicationContext object.manager - the lifecycle manager.| Method Detail |
|---|
public org.springframework.context.ApplicationContext getApplicationContext()
public void manageDisposableBean(org.springframework.beans.factory.DisposableBean db)
db - the DisposableBean object.
public void addBeanPostProcessor(java.lang.String key,
java.lang.Class type,
Component bpp)
key - the key of the component.type - the type of the component.bpp - the component that instantiates BeanPostProcessor.public BeanPostProcessorQueue getProcessorQueue()
public BeanPostProcessorQueue getDestructionAwares()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||