Package org.jitterbit.integration.client.runtime.lock

Examples of org.jitterbit.integration.client.runtime.lock.ApplicationInstanceLock.lock()


        LOGGER.info(log.toString());
    }

    private static boolean testApplicationLock(String[] args) {
        ApplicationInstanceLock lock = ApplicationInstanceLockFactory.getLock(appContext, appDirLocation);
        return lock.lock(args);
    }

    /**
     * Method that can be used to make sure that the necessary background preparations, started when
     * the ClientPlatform was initialized, has completed. If the background preparation has
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.