Package org.jitterbit.integration.client.datalocation.connection.all

Examples of org.jitterbit.integration.client.datalocation.connection.all.TargetConnectionTester


    private void testTarget(final Target target) {
        Runnable testJob = new Runnable() {

            @Override
            public void run() {
                TargetConnectionTester tester = new TargetConnectionTester(target);
                TestConnectionResult result = tester.testConnection();
                showResult(target, result);
                persistResult(target, result);
            }
        };
        runAndTest(target, testJob);
View Full Code Here

TOP

Related Classes of org.jitterbit.integration.client.datalocation.connection.all.TargetConnectionTester

Copyright © 2018 www.massapicom. 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.