net.therore.concurrent.camel
Class SelfTunigExecutorServiceManager

java.lang.Object
  extended by org.apache.camel.support.ServiceSupport
      extended by org.apache.camel.impl.DefaultExecutorServiceManager
          extended by net.therore.concurrent.camel.SelfTunigExecutorServiceManager
All Implemented Interfaces:
org.apache.camel.Service, org.apache.camel.ShutdownableService, org.apache.camel.spi.ExecutorServiceManager, org.apache.camel.StatefulService, org.apache.camel.StaticService, org.apache.camel.SuspendableService

public class SelfTunigExecutorServiceManager
extends org.apache.camel.impl.DefaultExecutorServiceManager


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

SelfTunigExecutorServiceManager

public SelfTunigExecutorServiceManager(org.apache.camel.CamelContext camelContext)
Method Detail

getName

public String getName()

setName

public void setName(String name)

getKeepAliveSeconds

public long getKeepAliveSeconds()

setKeepAliveSeconds

public void setKeepAliveSeconds(long keepAliveSeconds)

doStart

public void doStart()
             throws Exception
Overrides:
doStart in class org.apache.camel.impl.DefaultExecutorServiceManager
Throws:
Exception

doStop

public void doStop()
Overrides:
doStop in class org.apache.camel.impl.DefaultExecutorServiceManager

Copyright 2014 Alfredo Diaz (therore.net)

Copyright © 2014. All rights reserved.