Uses of Class
org.kapott.hbci.status.HBCIExecThreadedStatus
-
Packages that use HBCIExecThreadedStatus Package Description org.kapott.hbci.manager Package, welches diverse Klassen für den Zugriff auf die Funktionen von HBCI4Java enthält. -
-
Uses of HBCIExecThreadedStatus in org.kapott.hbci.manager
Methods in org.kapott.hbci.manager that return HBCIExecThreadedStatus Modifier and Type Method Description HBCIExecThreadedStatus
HBCIHandler. continueThreaded(java.lang.String retData)
Setzt bei Verwendung des threaded-callback-Mechanismus einen noch aktiven HBCI-Dialog fort.HBCIExecThreadedStatus
HBCIHandler. executeThreaded()
EntsprichtHBCIHandler.execute()
, allerdings können Callbacks hier auch synchron behandelt werden.
-