Examples of stopWaiting()


Examples of org.kapott.hbci.manager.ThreadSyncer.stopWaiting()

                // damit wird der main-thread wieder angesto�en, um
                // hbci.executeThreaded() oder hbci.continueThreaded() zu beenden,
                // damit die applikation die callback-daten sp�ter via
                // hbci.continueThreaded() �bergeben kann
                HBCIUtils.log("hbci thread: callback: awaking main thread with callbackData",HBCIUtils.LOG_DEBUG);
                sync_main.stopWaiting();
               
                // neues sync-objekt f�r das empfangen von callback-antworten erzeugen
                ThreadSyncer sync_hbci=new ThreadSyncer("sync_hbci");
                ((HBCIPassportInternal)passport).setPersistentData("thread_syncer_hbci",sync_hbci);
               
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.