Ejemplo n.º 1
0
  public int countBatchTasks(String resp) throws ISPACException {

    DbCnt cnt = context.getConnection();
    try {
      return WLBatchTaskDAO.countBatchTasks(cnt, resp);
    } catch (ISPACException ie) {
      throw new ISPACException("Error en WLWorklist:getTasksPcd()", ie);
    } finally {
      context.releaseConnection(cnt);
    }
  }