|
||||||||||
| 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 | |
|---|---|
ExecutorService |
getExecutorService()
Gets the executor service |
String |
getExecutorServiceRef()
Gets the reference to lookup in the Registry for the executor service to be used. |
void |
setExecutorService(ExecutorService executorService)
Sets the executor service to be used. |
void |
setExecutorServiceRef(String executorServiceRef)
Sets a reference to lookup in the Registry for the executor service to be used. |
| Method Detail |
|---|
ExecutorService getExecutorService()
void setExecutorService(ExecutorService executorService)
executorService - the executorString getExecutorServiceRef()
Registry for the executor service to be used.
void setExecutorServiceRef(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 | |||||||||