The methods of the ThreadLocalTargetSource class are listed below. For a complete list of ThreadLocalTargetSource class members, see the ThreadLocalTargetSource Members topic.
AfterPropertiesSet (inherited from AbstractPrototypeTargetSource) | Invoked by an IObjectFactory after it has set all object properties supplied (and satisfied the IObjectFactoryAware and IApplicationContextAware interfaces). |
Dispose | Cleans up this instance's thread storage, and disposes of any IDisposable targets as necessary. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetStatsMixin | Return an introduction advisor mixin that allows the AOP proxy to be cast to an IThreadLocalTargetSourceStats reference. |
GetTarget | Returns the target object. |
GetType (inherited from Object) | Gets the Type of the current instance. |
Invoke | Increments Invocations and Hits statistics |
ReleaseTarget (inherited from AbstractPrototypeTargetSource) | Releases the target object. |
ToString (inherited from AbstractPrototypeTargetSource) | Returns a textual representation of this target source instance. This implementation returns GetDescription |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
GetDescription (inherited from AbstractPrototypeTargetSource) | Returns a textual representation of this target source instance |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
NewPrototypeInstance (inherited from AbstractPrototypeTargetSource) | Subclasses should use this method to create a new prototype instance. |
ThreadLocalTargetSource Class | Spring.Aop.Target Namespace