public class OperationalContext extends Object
Modifier and Type | Field and Description |
---|---|
protected APIConfigurationImpl |
apiConfiguration
Contains the
Connector Configuration . |
protected LocalConnectorInfoImpl |
connectorInfo
ConnectorInfo
|
Constructor and Description |
---|
OperationalContext(LocalConnectorInfoImpl connectorInfo,
APIConfigurationImpl apiConfiguration)
Creates a new OperationalContext but it does not initiates the
Configuration because the
getConnectorInfo() method must do it
when it's called from a block where the classloader of the Thread is set
to Connector. |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
Configuration |
getConfiguration() |
protected LocalConnectorInfoImpl |
getConnectorInfo() |
ResultsHandlerConfiguration |
getResultsHandlerConfiguration() |
protected final LocalConnectorInfoImpl connectorInfo
protected final APIConfigurationImpl apiConfiguration
Connector
Configuration
.public OperationalContext(LocalConnectorInfoImpl connectorInfo, APIConfigurationImpl apiConfiguration)
getConnectorInfo()
method must do it
when it's called from a block where the classloader of the Thread is set
to Connector.connectorInfo
- apiConfiguration
- public Configuration getConfiguration()
protected LocalConnectorInfoImpl getConnectorInfo()
public ResultsHandlerConfiguration getResultsHandlerConfiguration()
public void dispose()
Copyright © 2022. All rights reserved.