Uses of Class
org.kapott.hbci.GV_Result.GVRStatus.Entry

Packages that use GVRStatus.Entry
org.kapott.hbci.GV_Result In diesem Package sind Klassen enthalten, die die Ergebnisse von HBCI-Jobs aufnehmen und auswerten. 
 

Uses of GVRStatus.Entry in org.kapott.hbci.GV_Result
 

Methods in org.kapott.hbci.GV_Result that return GVRStatus.Entry
 GVRStatus.Entry[] GVRStatus.getStatusData()
          Gibt alle Einträge des Statusprotokolls in einem Array zurück.
 GVRStatus.Entry GVRStatus.getJobEntry(java.lang.String jobId)
          Gibt den Protokoll-Eintrag zu einem bestimmten Job zurück.
 

Methods in org.kapott.hbci.GV_Result with parameters of type GVRStatus.Entry
 void GVRStatus.addEntry(GVRStatus.Entry entry)