Examples of newLowlevelJob()


Examples of org.kapott.hbci.manager.HBCIHandler.newLowlevelJob()

                               
                                if (jobname.startsWith("_")) {
                                    // wenn jobname mit "_" beginnt, handelt es
                                    // sich um einen low-level-jobnamen
                                   
                                    job=handler.newLowlevelJob(jobname.substring(1));
                                    lljob=true;
                                   
                                    // zu einem low-level-job m�ssen zus�tzlich noch
                                    // eine ID (zum sp�teren wiederfinden des jobs)
                                    // und optional eine kunden-id festgelegt werden
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.