Package org.alfresco.config
Class NonBlockingLazyInitTargetSource
- java.lang.Object
-
- org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
-
- org.alfresco.config.NonBlockingLazyInitTargetSource
-
- All Implemented Interfaces:
Serializable
,org.springframework.aop.TargetClassAware
,org.springframework.aop.TargetSource
,org.springframework.beans.factory.Aware
,org.springframework.beans.factory.BeanFactoryAware
public class NonBlockingLazyInitTargetSource extends org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
A non-blocking version of LazyInitTargetSource.- Author:
- dward
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NonBlockingLazyInitTargetSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getTarget()
-
-
-
Method Detail
-
getTarget
public Object getTarget() throws org.springframework.beans.BeansException
- Throws:
org.springframework.beans.BeansException
-
-