Oracle® Fusion Middleware .NET API Reference for Identity Connector Framework  E57662-01
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
Org.IdentityConnectors.Common.Pooling.ObjectPoolConfiguration Class Reference

Configuration for pooling objects More...

Public Member Functions

void Validate ()
 
override int GetHashCode ()
 
override bool Equals (Object obj)
 
override String ToString ()
 

Properties

int MaxObjects [get, set]
 Get the set number of maximum objects (idle+active) More...
 
int MaxIdle [get, set]
 Get the maximum number of idle objects. More...
 
long MaxWait [get, set]
 Max time to wait if the pool is waiting for a free object to become available before failing. More...
 
long MinEvictableIdleTimeMillis [get, set]
 Minimum time to wait before evicting an idle object. More...
 
int MinIdle [get, set]
 Minimum number of idle objects. More...
 

Detailed Description

Configuration for pooling objects

Property Documentation

int Org.IdentityConnectors.Common.Pooling.ObjectPoolConfiguration.MaxIdle
getset

Get the maximum number of idle objects.

int Org.IdentityConnectors.Common.Pooling.ObjectPoolConfiguration.MaxObjects
getset

Get the set number of maximum objects (idle+active)

long Org.IdentityConnectors.Common.Pooling.ObjectPoolConfiguration.MaxWait
getset

Max time to wait if the pool is waiting for a free object to become available before failing.

Zero means don't wait

long Org.IdentityConnectors.Common.Pooling.ObjectPoolConfiguration.MinEvictableIdleTimeMillis
getset

Minimum time to wait before evicting an idle object.

Zero means don't wait

int Org.IdentityConnectors.Common.Pooling.ObjectPoolConfiguration.MinIdle
getset

Minimum number of idle objects.


The documentation for this class was generated from the following file: