public class MonitorFactoryImpl extends java.lang.Object implements MonitorFactory
| Constructor and Description |
|---|
MonitorFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Convenience method to shutdown the underlying executorService
Subsequent calls to getMethod will cause a RuntimeException
|
Monitor |
getMonitor()
Get an instance of a monitor
|
void |
setExecutorService(java.util.concurrent.ExecutorService executorService)
Provision the override of the default executor service
|
public Monitor getMonitor()
getMonitor in interface MonitorFactorypublic void setExecutorService(java.util.concurrent.ExecutorService executorService)
executorService - public void destroy()
Copyright © 2007-2017 Ikasan. All Rights Reserved.