Class NonBlockingLazyInitTargetSource

  • All Implemented Interfaces:
    java.io.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
    • Field Summary

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

        logger
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getTarget()  
      • 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 Detail

      • NonBlockingLazyInitTargetSource

        public NonBlockingLazyInitTargetSource()
    • Method Detail

      • getTarget

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