|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.camel.support.ServiceSupport
org.apache.camel.impl.DefaultExecutorServiceManager
net.therore.concurrent.camel.SelfTunigExecutorServiceManager
public class SelfTunigExecutorServiceManager
| Field Summary |
|---|
| Fields inherited from class org.apache.camel.support.ServiceSupport |
|---|
shutdown, shuttingdown, started, starting, stopped, stopping, suspended, suspending |
| Constructor Summary | |
|---|---|
SelfTunigExecutorServiceManager(org.apache.camel.CamelContext camelContext)
|
|
| Method Summary | |
|---|---|
void |
doStart()
|
void |
doStop()
|
long |
getKeepAliveSeconds()
|
String |
getName()
|
void |
setKeepAliveSeconds(long keepAliveSeconds)
|
void |
setName(String name)
|
| Methods inherited from class org.apache.camel.impl.DefaultExecutorServiceManager |
|---|
awaitTermination, doShutdown, getDefaultThreadPoolProfile, getShutdownAwaitTermination, getThreadNamePattern, getThreadPoolFactory, getThreadPoolProfile, newCachedThreadPool, newDefaultScheduledThreadPool, newDefaultThreadPool, newFixedThreadPool, newScheduledThreadPool, newScheduledThreadPool, newScheduledThreadPool, newSingleThreadExecutor, newSingleThreadScheduledExecutor, newThread, newThreadPool, newThreadPool, newThreadPool, onNewExecutorService, registerThreadPoolProfile, resolveThreadName, setDefaultThreadPoolProfile, setShutdownAwaitTermination, setThreadNamePattern, setThreadPoolFactory, shutdown, shutdownGraceful, shutdownGraceful, shutdownNow |
| Methods inherited from class org.apache.camel.support.ServiceSupport |
|---|
doResume, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, resume, shutdown, start, stop, suspend |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.camel.ShutdownableService |
|---|
shutdown |
| Methods inherited from interface org.apache.camel.Service |
|---|
start, stop |
| Constructor Detail |
|---|
public SelfTunigExecutorServiceManager(org.apache.camel.CamelContext camelContext)
| Method Detail |
|---|
public String getName()
public void setName(String name)
public long getKeepAliveSeconds()
public void setKeepAliveSeconds(long keepAliveSeconds)
public void doStart()
throws Exception
doStart in class org.apache.camel.impl.DefaultExecutorServiceManagerExceptionpublic void doStop()
doStop in class org.apache.camel.impl.DefaultExecutorServiceManager
|
Copyright 2014 Alfredo Diaz (therore.net) | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||