Package org.jitterbit.integration.server.db.infoprovider

Examples of org.jitterbit.integration.server.db.infoprovider.ConnectionTester.testConnection()


            LOG.info("Entering JdbcInfoProvider.testConnection()");
            eas = ExternalApiSupport.forCall(user, password);
            ConnectionFactory connectionFactory = createConnectionFactory(
                            eas, driverName, wsConnParams, sourceGuid, targetGuid);
            ConnectionTester tester = new ConnectionTester(connectionFactory);
            result = tester.testConnection();
        } catch (Exception err) {
            convert(err, "testConnection");
        } finally {
            ExternalApiSupport.safeDispose(eas);
        }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.