Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference

AbstractPoolingTargetSource Properties

The properties of the AbstractPoolingTargetSource class are listed below. For a complete list of AbstractPoolingTargetSource class members, see the AbstractPoolingTargetSource Members topic.

Public Instance Properties

Active The number of active object instances in this pool.
Free The number of free object instances in this pool.
IsStatic (inherited from AbstractPrototypeTargetSource) Is the target source static?
MaxSize The maximum number of object instances in this pool.
ObjectFactory The target factory that will be used to perform the lookup of the object referred to by the TargetObjectName property.
TargetObjectName (inherited from AbstractPrototypeTargetSource) The name of the target object to be created on each invocation.
TargetType (inherited from AbstractPrototypeTargetSource) The Type of the target object.

See Also

AbstractPoolingTargetSource Class | Spring.Aop.Target Namespace