public interface ITransformationConnectorPool
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
_rcsid |
Modifier and Type | Method and Description |
---|---|
void |
closeAllConnectors()
Clean up all open transformation connector handles.
|
void |
flushUnusedConnectors()
Flush only those connector handles that are currently unused.
|
ITransformationConnector |
grab(ITransformationConnection transformationConnection)
Get a transformation connector.
|
ITransformationConnector[] |
grabMultiple(java.lang.String[] orderingKeys,
ITransformationConnection[] transformationConnections)
Get multiple transformation connectors, all at once.
|
void |
pollAllConnectors()
Idle notification for inactive transformation connector handles.
|
void |
release(ITransformationConnection connection,
ITransformationConnector connector)
Release a transformation connector.
|
void |
releaseMultiple(ITransformationConnection[] connections,
ITransformationConnector[] connectors)
Release multiple transformation connectors.
|
static final java.lang.String _rcsid
ITransformationConnector[] grabMultiple(java.lang.String[] orderingKeys, ITransformationConnection[] transformationConnections) throws ManifoldCFException
orderingKeys
- are the keys which determine in what order the connectors are obtained.transformationConnections
- are the connections to use the build the connector instances.ManifoldCFException
ITransformationConnector grab(ITransformationConnection transformationConnection) throws ManifoldCFException
transformationConnection
- is the output connection to base the connector instance on.ManifoldCFException
void releaseMultiple(ITransformationConnection[] connections, ITransformationConnector[] connectors) throws ManifoldCFException
connections
- are the connections describing the instances to release.connectors
- are the connector instances to release.ManifoldCFException
void release(ITransformationConnection connection, ITransformationConnector connector) throws ManifoldCFException
connection
- is the connection describing the instance to release.connector
- is the connector to release.ManifoldCFException
void pollAllConnectors() throws ManifoldCFException
ManifoldCFException
void flushUnusedConnectors() throws ManifoldCFException
ManifoldCFException
void closeAllConnectors() throws ManifoldCFException
ManifoldCFException