Package com.ibm.di.config.interfaces
Interface PoolInstanceConfig
-
- All Superinterfaces:
BaseConfiguration
,java.io.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
Fields Modifier and Type Field Description static java.lang.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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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, getModTS, 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, isProtectedParameter, nameForChild, notifyChange, notifyChange, notifyChange, reattachToParent, removeListener, removeParameter, search, search, setBooleanParameter, setChild, setData, setDebug, setDebugBreak, setEnabled, setFlags, setInheritsFrom, setInheritsFromRef, setIntegerParameter, setLogEnabled, setMetamergeConfig, setModified, setModTS, setName, setName, setNullBehavior, setNullBehaviorValue, setNullDefinition, setNullDefinitionValue, setParameter, setParameter, setParameterPropertySource, setParent, setProtectedParameter, 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 java.lang.String[] EXH_POOL_NAMES
-
-
Method Detail
-
getPoolEnabled
boolean getPoolEnabled()
-
setPoolEnabled
void setPoolEnabled(boolean aPoolEnabled)
-
getExhaustedPoolBehavior
int getExhaustedPoolBehavior()
-
setExhaustedPoolBehavior
void setExhaustedPoolBehavior(int aBehaviorOnExhaustedPool) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-