Modifier and Type | Method and Description |
---|---|
protected APIConfigurationImpl |
AbstractConnectorFacade.getAPIConfiguration() |
APIConfigurationImpl |
AbstractConnectorInfo.getDefaultAPIConfiguration() |
APIConfigurationImpl |
ConfigurationPropertiesImpl.getParent() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractConnectorInfo.setDefaultAPIConfiguration(APIConfigurationImpl api) |
void |
ConfigurationPropertiesImpl.setParent(APIConfigurationImpl parent) |
Constructor and Description |
---|
AbstractConnectorFacade(APIConfigurationImpl configuration)
Builds up the maps of supported operations and calls.
|
APIConfigurationImpl(APIConfigurationImpl other) |
Modifier and Type | Method and Description |
---|---|
static APIConfigurationImpl |
LocalConnectorInfoManagerImpl.createDefaultAPIConfiguration(LocalConnectorInfoImpl localInfo)
Create an instance of the
APIConfiguration object to setup the
framework etc.. |
Modifier and Type | Method and Description |
---|---|
static Pair<ConnectorPoolManager.ConnectorPoolKey,ObjectPool<PoolableConnector>> |
ConnectorPoolManager.getPool(APIConfigurationImpl impl,
LocalConnectorInfoImpl localInfo)
Get a object pool for this connector if it supports connector pooling.
|
Constructor and Description |
---|
LocalConnectorFacadeImpl(LocalConnectorInfoImpl connectorInfo,
APIConfigurationImpl apiConfiguration)
Builds up the maps of supported operations and calls.
|
Modifier and Type | Field and Description |
---|---|
protected APIConfigurationImpl |
OperationalContext.apiConfiguration
Contains the
Connector Configuration . |
Constructor and Description |
---|
ConnectorOperationalContext(LocalConnectorInfoImpl connectorInfo,
APIConfigurationImpl apiConfiguration) |
OperationalContext(LocalConnectorInfoImpl connectorInfo,
APIConfigurationImpl apiConfiguration)
Creates a new OperationalContext but it does not initiates the
Configuration because the
OperationalContext.getConnectorInfo() method must do it
when it's called from a block where the classloader of the Thread is set
to Connector. |
Constructor and Description |
---|
RemoteConnectorFacadeImpl(APIConfigurationImpl configuration)
Builds up the maps of supported operations and calls.
|
Copyright © 2022. All rights reserved.