| Revision | 208 (tree) |
|---|---|
| Time | 2016-01-22 20:09:31 |
| Author | t_nakayama1971 |
(empty log message)
| @@ -113,8 +113,8 @@ | ||
| 113 | 113 | } catch (final PhysicalException ex) { |
| 114 | 114 | LogManager.getLogger().info(ex.getMessage()); |
| 115 | 115 | return Batch.RET_FAILED; |
| 116 | - } catch (final Throwable th) { | |
| 117 | - ThrowableUtil.error(th); | |
| 116 | + } catch (final Throwable t) { | |
| 117 | + ThrowableUtil.error(t); | |
| 118 | 118 | return Batch.RET_FAILED; |
| 119 | 119 | } |
| 120 | 120 | } |
| @@ -111,8 +111,8 @@ | ||
| 111 | 111 | LogManager.getLogger().info(ex.getMessage()); |
| 112 | 112 | printUsage(BatchStatus.class.getName()); |
| 113 | 113 | ret = Batch.RET_PARAM_ERROR; |
| 114 | - } catch (final Throwable th) { | |
| 115 | - ThrowableUtil.error(th); | |
| 114 | + } catch (final Throwable t) { | |
| 115 | + ThrowableUtil.error(t); | |
| 116 | 116 | ret = Batch.RET_ENV_ERROR; |
| 117 | 117 | } |
| 118 | 118 |
| @@ -529,6 +529,7 @@ | ||
| 529 | 529 | public int getInterval() { |
| 530 | 530 | return this.interval; |
| 531 | 531 | } |
| 532 | + | |
| 532 | 533 | /** |
| 533 | 534 | * @param val The interval to set. |
| 534 | 535 | */ |
| @@ -542,6 +543,7 @@ | ||
| 542 | 543 | public String getJobId() { |
| 543 | 544 | return this.jobId; |
| 544 | 545 | } |
| 546 | + | |
| 545 | 547 | /** |
| 546 | 548 | * @param val The jobId to set. |
| 547 | 549 | */ |
| @@ -555,6 +557,7 @@ | ||
| 555 | 557 | public String getJobName() { |
| 556 | 558 | return this.jobName; |
| 557 | 559 | } |
| 560 | + | |
| 558 | 561 | /** |
| 559 | 562 | * @param val The jobName to set. |
| 560 | 563 | */ |
| @@ -568,6 +571,7 @@ | ||
| 568 | 571 | public int getStatus() { |
| 569 | 572 | return this.status; |
| 570 | 573 | } |
| 574 | + | |
| 571 | 575 | /** |
| 572 | 576 | * @param val The status to set. |
| 573 | 577 | */ |
| @@ -588,6 +592,7 @@ | ||
| 588 | 592 | public String getUid() { |
| 589 | 593 | return Objects.toString(this.uid, this.jobId); |
| 590 | 594 | } |
| 595 | + | |
| 591 | 596 | /** |
| 592 | 597 | * @param val the uid to set |
| 593 | 598 | */ |