Uses of Interface
com.ibm.di.config.interfaces.PoolDefConfig
-
Packages that use PoolDefConfig Package Description com.ibm.di.api.jmx.mbeans Provides classes for the MBeans of the JMX layer.com.ibm.di.api.local Provides interfaces for managing the local session of the server API.com.ibm.di.api.local.impl Provides implementations of the interfaces for managing the local session of the server API.com.ibm.di.api.remote Provides interfaces for managing the remote session of the server API.com.ibm.di.api.remote.impl Provides implementations of the interfaces for managing the remote session of the server API.com.ibm.di.config.base Provides classes that implement the Security Verify Directory Integrator configuration model.com.ibm.di.config.interfaces Provides the interfaces for the Security Verify Directory Integrator configuration model.com.ibm.di.config.xml Provides classes that implement the reading and writing of the Security Verify Directory Integrator configuration components.com.ibm.di.server Provides classes for the Security Verify Directory Integrator core engine. -
-
Uses of PoolDefConfig in com.ibm.di.api.jmx.mbeans
Methods in com.ibm.di.api.jmx.mbeans that return PoolDefConfig Modifier and Type Method Description PoolDefConfig
ConfigInstance. getConnectorPoolConfig(java.lang.String aConnectorPoolName)
Returns the Connector Pool configuration object.PoolDefConfig
ConfigInstanceMBean. getConnectorPoolConfig(java.lang.String aConnectorPoolName)
Returns the Connector Pool configuration object. -
Uses of PoolDefConfig in com.ibm.di.api.local
Methods in com.ibm.di.api.local that return PoolDefConfig Modifier and Type Method Description PoolDefConfig
ConfigInstance. getConnectorPoolConfig(java.lang.String aConnectorPoolName)
Returns the Connector Pool configuration object. -
Uses of PoolDefConfig in com.ibm.di.api.local.impl
Methods in com.ibm.di.api.local.impl that return PoolDefConfig Modifier and Type Method Description PoolDefConfig
ConfigInstanceImpl. getConnectorPoolConfig(java.lang.String aConnectorPoolName)
Returns the Connector Pool configuration object. -
Uses of PoolDefConfig in com.ibm.di.api.remote
Methods in com.ibm.di.api.remote that return PoolDefConfig Modifier and Type Method Description PoolDefConfig
ConfigInstance. getConnectorPoolConfig(java.lang.String aConnectorPoolName)
Returns the Connector Pool configuration object. -
Uses of PoolDefConfig in com.ibm.di.api.remote.impl
Methods in com.ibm.di.api.remote.impl that return PoolDefConfig Modifier and Type Method Description PoolDefConfig
ConfigInstanceImpl. getConnectorPoolConfig(java.lang.String aConnectorPoolName)
Returns the Connector Pool configuration object. -
Uses of PoolDefConfig in com.ibm.di.config.base
Classes in com.ibm.di.config.base that implement PoolDefConfig Modifier and Type Class Description class
PoolDefConfigImpl
Implements the configuration for a Connector Pool definition.Methods in com.ibm.di.config.base that return PoolDefConfig Modifier and Type Method Description PoolDefConfig
ConnectorConfigImpl. getPoolDefConfig()
-
Uses of PoolDefConfig in com.ibm.di.config.interfaces
Methods in com.ibm.di.config.interfaces that return PoolDefConfig Modifier and Type Method Description PoolDefConfig
ConnectorConfig. getPoolDefConfig()
-
Uses of PoolDefConfig in com.ibm.di.config.xml
Methods in com.ibm.di.config.xml with parameters of type PoolDefConfig Modifier and Type Method Description void
ConnectorFactory. getPoolDefConfig(org.w3c.dom.Element elem, PoolDefConfig poolConfig)
void
ConnectorFactory. setPoolDefConfig(org.w3c.dom.Element elem, PoolDefConfig poolConfig)
-
Uses of PoolDefConfig in com.ibm.di.server
Methods in com.ibm.di.server that return PoolDefConfig Modifier and Type Method Description PoolDefConfig
ConnectorPool. getPoolConfig()
Returns the pool configuration.Constructors in com.ibm.di.server with parameters of type PoolDefConfig Constructor Description ConnectorPool(java.lang.String aConnectorLibName, PoolDefConfig aPoolDefConfig, Log aLog)
Constructor of the connector pool.
-