Package pku.cbi.abcgrid.worker.update

Examples of pku.cbi.abcgrid.worker.update.UpdateThread.start()


    public void update(String info)
    {
        Status.set("updating");
        //start the update thread
        Thread ut = new UpdateThread(info);
        ut.start();
        try
        {
            //JobManager.getJobManager().startTaskGetter();
            //wait for the UpdateThread to start.
            //Thread.sleep(1000);
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.