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:
  • Field Summary

    Fields inherited from class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource

    logger
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource

    copyFrom, equals, getBeanFactory, getTargetBeanName, getTargetClass, hashCode, isStatic, releaseTarget, setBeanFactory, setTargetBeanName, setTargetClass, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • NonBlockingLazyInitTargetSource

      public NonBlockingLazyInitTargetSource()
  • Method Details

    • getTarget

      public Object getTarget() throws org.springframework.beans.BeansException
      Throws:
      org.springframework.beans.BeansException