/**
* @see de.willuhn.jameica.hbci.synchronize.hbci.HBCISynchronizeJob#createHBCIJobs()
*/
public AbstractHBCIJob[] createHBCIJobs() throws RemoteException, ApplicationException
{
return new AbstractHBCIJob[]{new HBCISepaSammelLastschriftJob((SepaSammelLastschrift) this.getContext(CTX_ENTITY))};
}