Class ConnectorLifecycleUtil


  • public class ConnectorLifecycleUtil
    extends Object
    Utility methods regarding connector lifecycle (creation, disposal). Not very clean. But the connector is created at two different places (ConnectorAPIOperationRunnerProxy and connector pool) without using common code. Therefore this util is still better than copying the code to two places or a big code refactoring.
    • Constructor Detail

      • ConnectorLifecycleUtil

        public ConnectorLifecycleUtil()
    • Method Detail

      • setConnectorInstanceName

        public static void setConnectorInstanceName​(Connector connector,
                                                    String instanceName)