The properties of the AbstractPoolingTargetSource class are listed below. For a complete list of AbstractPoolingTargetSource class members, see the AbstractPoolingTargetSource Members topic.
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. |
AbstractPoolingTargetSource Class | Spring.Aop.Target Namespace