public class JettyActorExecutor
extends org.eclipse.jetty.util.component.ContainerLifeCycle
implements org.eclipse.jetty.util.thread.ThreadPool
org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListenerorg.eclipse.jetty.util.thread.ThreadPool.SizedThreadPoolorg.eclipse.jetty.util.component.Container.InheritedListener, org.eclipse.jetty.util.component.Container.Listener| Constructor and Description |
|---|
JettyActorExecutor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doStart() |
protected void |
doStop() |
void |
execute(java.lang.Runnable command) |
int |
getIdleThreads() |
net.e6tech.elements.common.resources.Provision |
getProvision() |
int |
getThreads() |
net.e6tech.elements.common.actor.typed.worker.WorkerPoolConfig |
getWorkerPoolConfig() |
boolean |
isLowOnThreads() |
void |
join() |
void |
setProvision(net.e6tech.elements.common.resources.Provision provision) |
void |
setWorkerPoolConfig(net.e6tech.elements.common.actor.typed.worker.WorkerPoolConfig workerPoolConfig) |
addBean, addBean, addEventListener, addManaged, contains, destroy, dump, dump, dump, dump, dump, dumpBeans, dumpObject, dumpObjects, dumpStdErr, dumpThis, getBean, getBeans, getBeans, getContainedBeans, getContainedBeans, isAuto, isManaged, isUnmanaged, manage, removeBean, removeBeans, removeEventListener, setBeans, setStopTimeout, start, stop, unmanage, updateBean, updateBean, updateBeansaddLifeCycleListener, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stop, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisDumpablepublic net.e6tech.elements.common.resources.Provision getProvision()
@Inject public void setProvision(net.e6tech.elements.common.resources.Provision provision)
public net.e6tech.elements.common.actor.typed.worker.WorkerPoolConfig getWorkerPoolConfig()
public void setWorkerPoolConfig(net.e6tech.elements.common.actor.typed.worker.WorkerPoolConfig workerPoolConfig)
protected void doStart()
throws java.lang.Exception
doStart in class org.eclipse.jetty.util.component.ContainerLifeCyclejava.lang.Exceptionprotected void doStop()
throws java.lang.Exception
doStop in class org.eclipse.jetty.util.component.ContainerLifeCyclejava.lang.Exceptionpublic void join()
join in interface org.eclipse.jetty.util.thread.ThreadPoolpublic int getThreads()
getThreads in interface org.eclipse.jetty.util.thread.ThreadPoolpublic int getIdleThreads()
getIdleThreads in interface org.eclipse.jetty.util.thread.ThreadPoolpublic boolean isLowOnThreads()
isLowOnThreads in interface org.eclipse.jetty.util.thread.ThreadPoolpublic void execute(java.lang.Runnable command)
execute in interface java.util.concurrent.Executor