Class DBUtiles


  • public final class DBUtiles
    extends java.lang.Object
    Utility class for extended BD functions
    Author:
    Frank Münster
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int deleteMeta​(de.willuhn.jameica.hbci.rmi.Konto account, java.lang.String metaKey)
      Removes a META key from an account
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • deleteMeta

        public static int deleteMeta​(de.willuhn.jameica.hbci.rmi.Konto account,
                                     java.lang.String metaKey)
                              throws java.rmi.RemoteException
        Removes a META key from an account
        Parameters:
        account - the account
        metaKey - the meta key to remove
        Returns:
        the number of the removed keys (can be only 0 or 1)
        Throws:
        java.rmi.RemoteException