Révision 1074
tmp/org.txm.core/src/java/org/txm/core/results/TXMResult.java (revision 1074) | ||
---|---|---|
1746 | 1746 |
return false; |
1747 | 1747 |
} |
1748 | 1748 |
|
1749 |
/** |
|
1750 |
* |
|
1751 |
* @return |
|
1752 |
*/ |
|
1749 | 1753 |
public boolean tryAcquireSemaphore() { |
1750 | 1754 |
return this.progressSemaphore.tryAcquire(); |
1751 | 1755 |
} |
1752 | 1756 |
|
1757 |
/** |
|
1758 |
* |
|
1759 |
*/ |
|
1753 | 1760 |
public void releaseSemaphore() { |
1754 | 1761 |
this.progressSemaphore.release(); |
1755 | 1762 |
} |
Formats disponibles : Unified diff