Package pku.cbi.abcgrid.worker.update

Examples of pku.cbi.abcgrid.worker.update.UpdateThread


     * */
    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

Related Classes of pku.cbi.abcgrid.worker.update.UpdateThread

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.