|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExecutorServiceAware
Is used for easy configuration of ExecutorService
.
Method Summary | |
---|---|
java.util.concurrent.ExecutorService |
getExecutorService()
Gets the executor service |
java.lang.String |
getExecutorServiceRef()
Gets the reference to lookup in the Registry for the executor service to be used. |
void |
setExecutorService(java.util.concurrent.ExecutorService executorService)
Sets the executor service to be used. |
void |
setExecutorServiceRef(java.lang.String executorServiceRef)
Sets a reference to lookup in the Registry for the executor service to be used. |
Method Detail |
---|
java.util.concurrent.ExecutorService getExecutorService()
void setExecutorService(java.util.concurrent.ExecutorService executorService)
executorService
- the executorjava.lang.String getExecutorServiceRef()
Registry
for the executor service to be used.
void setExecutorServiceRef(java.lang.String executorServiceRef)
Registry
for the executor service to be used.
executorServiceRef
- reference for the executor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |