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

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

        logger
    • Constructor Detail

      • NonBlockingLazyInitTargetSource

        public NonBlockingLazyInitTargetSource()
    • Method Detail

      • getTarget

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