Get the executor that is used for starting and stopping contexts. This is primarily for use by components deploying contexts that want to do this in a multithreaded manner. @return the start/stop executor
()
| 218 | * @return the start/stop executor |
| 219 | */ |
| 220 | ExecutorService getStartStopExecutor(); |
| 221 | |
| 222 | |
| 223 | /** |
no outgoing calls
no test coverage detected