abstract void |
Connector.disconnect() |
Free up any resources held since the connector is no longer needed.
|
void |
ConnectorBase.disconnect() |
Free up any resources held since the connector is no longer needed.
|
Connector |
ConnectorBroker.getConnector(Connection connection) |
Creates a new instance of a connector using the name of the connector provider in the supplied connection.
|
Connector |
ConnectorBroker.getConnector(ConnectionProperties connection) |
Creates a new instance of a connector using the name of the connector provider in the supplied connection.
|
abstract Connector |
ConnectorProvider.getConnector(Connection connection) |
Creates a new instance of a connector using the information from the connection and the properties
from the subclass(es).
|
abstract Connector |
ConnectorProvider.getConnector(ConnectionProperties connection) |
Creates a new instance of a connector using the information from the connection and the properties
from the subclass(es).
|
Connector |
ConnectorProviderBase.getConnector(Connection connection) |
Creates a new instance of a connector using the name of the connector provider in the supplied connection.
|
Connector |
ConnectorProviderBase.getConnector(ConnectionProperties connection) |
Creates a new instance of a connector based on the information in the supplied connection.
|
abstract void |
Connector.start() |
Indicates that the connector is completely configured and can begin processing.
|
void |
ConnectorBase.start() |
Indicates that the connector is completely configured and can begin processing.
|