org.springframework.aop.target
Class AbstractLazyInitTargetSource

java.lang.Object
  extended by org.springframework.aop.target.AbstractLazyCreationTargetSource
      extended by org.springframework.aop.target.AbstractLazyInitTargetSource
All Implemented Interfaces:
TargetSource

Deprecated. since Spring 1.2.7: use AbstractLazyCreationTargetSource instead

public abstract class AbstractLazyInitTargetSource
extends AbstractLazyCreationTargetSource

TargetSource that will lazily create a user-managed object.

Since:
1.2.4
Author:
Rob Harrop
See Also:
AbstractLazyCreationTargetSource

Field Summary
 
Fields inherited from class org.springframework.aop.target.AbstractLazyCreationTargetSource
logger
 
Constructor Summary
AbstractLazyInitTargetSource()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.springframework.aop.target.AbstractLazyCreationTargetSource
createObject, getTarget, getTargetClass, isInitialized, isStatic, releaseTarget
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractLazyInitTargetSource

public AbstractLazyInitTargetSource()
Deprecated. 


Copyright (c) 2002-2007 The Spring Framework Project.