Save This Page
Home » spring-framework-2.5.5-with-dependencies » org.springframework » aop » target » [javadoc | source]
org.springframework.aop.target
public class: SimpleBeanTargetSource [javadoc | source]
java.lang.Object
   org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource
      org.springframework.aop.target.SimpleBeanTargetSource

All Implemented Interfaces:
    TargetSource, BeanFactoryAware, Serializable

Simple org.springframework.aop.TargetSource implementation, freshly obtaining the specified target bean from its containing Spring org.springframework.beans.factory.BeanFactory .

Can obtain any kind of target bean: singleton, scoped, or prototype. Typically used for scoped beans.

Fields inherited from org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource:
logger
Method from org.springframework.aop.target.SimpleBeanTargetSource Summary:
getTarget
Methods from org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource:
copyFrom,   equals,   getBeanFactory,   getTargetBeanName,   getTargetClass,   hashCode,   isStatic,   releaseTarget,   setBeanFactory,   setTargetBeanName,   setTargetClass,   toString,   writeReplace
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.springframework.aop.target.SimpleBeanTargetSource Detail:
 public Object getTarget() throws Exception