com.ibm.di.config.interfaces
Interface PoolInstanceConfig

All Superinterfaces:
BaseConfiguration, Serializable
All Known Implementing Classes:
PoolInstanceConfigImpl

public interface PoolInstanceConfig
extends BaseConfiguration

Configuration used by a Connector using a Connector Pool.

See Also:
PoolInstanceConfig

Field Summary
static String[] EXH_POOL_NAMES
           
static int EXHAUSTED_POOL_FAIL
           
static int EXHAUSTED_POOL_WAIT
           
 
Fields inherited from interface com.ibm.di.config.interfaces.BaseConfiguration
CHILD_PATH_SEPARATOR, DISABLE_EXTPROPS, DISABLE_INHERITANCE, INHERIT_NONE, INHERIT_PARENT, ONE_LEVEL, RECURSIVE, RECURSIVE_ONELEVEL, RECURSIVE_SUBTREE, SEARCH_EXACTCASE, SEARCH_ONELEVEL, SEARCH_PARAMNAME, SEARCH_PARAMNAME_RE, SEARCH_PROPERTY, SEARCH_REGEX, SEARCH_SUBSTRING, SUBTREE
 
Method Summary
 int getExhaustedPoolBehavior()
           
 boolean getPoolEnabled()
           
 void setExhaustedPoolBehavior(int aBehaviorOnExhaustedPool)
           
 void setPoolEnabled(boolean aPoolEnabled)
           
 
Methods inherited from interface com.ibm.di.config.interfaces.BaseConfiguration
addListener, detachFromParent, flatten, fromEntry, getBooleanParameter, getChild, getChildForPath, getChildNames, getClone, getData, getDataIterator, getDebug, getDebug, getDebugBreak, getEnabled, getFlags, getInheritsFrom, getInheritsFromRef, getIntegerParameter, getKeys, getLogEnabled, getMetamergeConfig, getModified, getName, getNamespace, getNullBehavior, getNullBehaviorValue, getNullDefinition, getNullDefinitionValue, getParameter, getParameter, getParameter, getParameterPropertySource, getParameterRaw, getParent, getPath, getReferences, getScript, getScriptEngine, getShortName, getStringParameter, getSubstitutionMap, getUseListeners, getUserComment, hasParameter, init, isExpression, isParameterLocal, nameForChild, notifyChange, notifyChange, notifyChange, reattachToParent, removeListener, removeParameter, search, search, setBooleanParameter, setChild, setData, setDebug, setDebugBreak, setEnabled, setFlags, setInheritsFrom, setInheritsFromRef, setIntegerParameter, setLogEnabled, setMetamergeConfig, setModified, setName, setName, setNullBehavior, setNullBehaviorValue, setNullDefinition, setNullDefinitionValue, setParameter, setParameter, setParameterPropertySource, setParent, setProtectedParameter, setScript, setScriptEngine, setStringParameter, setSubstitutionMap, setupInheritanceChain, setUseListeners, setUserComment, size, toEntry, updateInheritsFrom, willFlatten
 

Field Detail

EXHAUSTED_POOL_WAIT

static final int EXHAUSTED_POOL_WAIT
See Also:
Constant Field Values

EXHAUSTED_POOL_FAIL

static final int EXHAUSTED_POOL_FAIL
See Also:
Constant Field Values

EXH_POOL_NAMES

static final String[] EXH_POOL_NAMES
Method Detail

getPoolEnabled

boolean getPoolEnabled()

setPoolEnabled

void setPoolEnabled(boolean aPoolEnabled)

getExhaustedPoolBehavior

int getExhaustedPoolBehavior()

setExhaustedPoolBehavior

void setExhaustedPoolBehavior(int aBehaviorOnExhaustedPool)
                              throws Exception
Throws:
Exception