|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.build.LimitedConcurrencyCallerImpl
public class LimitedConcurrencyCallerImpl
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.atlassian.bamboo.build.LimitedConcurrencyCaller |
---|
LimitedConcurrencyCaller.Callable<T,E extends java.lang.Exception> |
Constructor Summary | |
---|---|
LimitedConcurrencyCallerImpl(int numberOfThreads)
|
Method Summary | ||
---|---|---|
|
execute(LimitedConcurrencyCaller.Callable<T,E> callable)
Execute code provided as Callable |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LimitedConcurrencyCallerImpl(int numberOfThreads)
Method Detail |
---|
public <T,E extends java.lang.Exception> T execute(LimitedConcurrencyCaller.Callable<T,E> callable) throws E extends java.lang.Exception
LimitedConcurrencyCaller
execute
in interface LimitedConcurrencyCaller
T
- value returned from provided codeE
- exception that might be thrown in provided code
E
E extends java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |