The properties of the SimplePoolTargetSource class are listed below. For a complete list of SimplePoolTargetSource class members, see the SimplePoolTargetSource 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 (inherited from AbstractPoolingTargetSource) | The maximum number of object instances in this pool. |
ObjectFactory (inherited from AbstractPoolingTargetSource) | 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. |
SimplePoolTargetSource Class | Spring.Aop.Target Namespace