X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Ffull_javadoc%2Fcompbio%2Fengine%2Flocal%2FLocalExecutorService.html;h=d65318e37fe221280e29960b69f2a7d8482602ac;hb=5be600c3985aa7bcb8d8b51d77d773c76e6802bb;hp=9cf5fd7f0c3cac2b89dddf0fa3290d7cdabcc044;hpb=535359a3d592ee41bda72e7356f0181f6cee9d07;p=jabaws.git diff --git a/website/full_javadoc/compbio/engine/local/LocalExecutorService.html b/website/full_javadoc/compbio/engine/local/LocalExecutorService.html index 9cf5fd7..d65318e 100644 --- a/website/full_javadoc/compbio/engine/local/LocalExecutorService.html +++ b/website/full_javadoc/compbio/engine/local/LocalExecutorService.html @@ -2,12 +2,12 @@ - + LocalExecutorService - + @@ -92,17 +92,17 @@ compbio.engine.local
Class LocalExecutorService
-java.lang.Object
-  extended by java.util.concurrent.AbstractExecutorService
-      extended by java.util.concurrent.ThreadPoolExecutor
+java.lang.Object
+  extended by java.util.concurrent.AbstractExecutorService
+      extended by java.util.concurrent.ThreadPoolExecutor
           extended by compbio.engine.local.LocalExecutorService
 
-
All Implemented Interfaces:
java.util.concurrent.Executor, java.util.concurrent.ExecutorService
+
All Implemented Interfaces:
Executor, ExecutorService

-
public final class LocalExecutorService
extends java.util.concurrent.ThreadPoolExecutor
+
public final class LocalExecutorService
extends ThreadPoolExecutor

@@ -121,10 +121,10 @@ java.lang.Object   - + - +
Nested classes/interfaces inherited from class java.util.concurrent.ThreadPoolExecutorNested classes/interfaces inherited from class java.util.concurrent.ThreadPoolExecutor
java.util.concurrent.ThreadPoolExecutor.AbortPolicy, java.util.concurrent.ThreadPoolExecutor.CallerRunsPolicy, java.util.concurrent.ThreadPoolExecutor.DiscardOldestPolicy, java.util.concurrent.ThreadPoolExecutor.DiscardPolicyThreadPoolExecutor.AbortPolicy, ThreadPoolExecutor.CallerRunsPolicy, ThreadPoolExecutor.DiscardOldestPolicy, ThreadPoolExecutor.DiscardPolicy
  @@ -166,28 +166,28 @@ java.lang.Object   - + - +
Methods inherited from class java.util.concurrent.ThreadPoolExecutorMethods inherited from class java.util.concurrent.ThreadPoolExecutor
allowCoreThreadTimeOut, allowsCoreThreadTimeOut, awaitTermination, execute, getActiveCount, getCompletedTaskCount, getCorePoolSize, getKeepAliveTime, getLargestPoolSize, getMaximumPoolSize, getPoolSize, getQueue, getRejectedExecutionHandler, getTaskCount, getThreadFactory, isShutdown, isTerminated, isTerminating, prestartAllCoreThreads, prestartCoreThread, purge, remove, setCorePoolSize, setKeepAliveTime, setMaximumPoolSize, setRejectedExecutionHandler, setThreadFactory, shutdown, shutdownNowallowCoreThreadTimeOut, allowsCoreThreadTimeOut, awaitTermination, execute, getActiveCount, getCompletedTaskCount, getCorePoolSize, getKeepAliveTime, getLargestPoolSize, getMaximumPoolSize, getPoolSize, getQueue, getRejectedExecutionHandler, getTaskCount, getThreadFactory, isShutdown, isTerminated, isTerminating, prestartAllCoreThreads, prestartCoreThread, purge, remove, setCorePoolSize, setKeepAliveTime, setMaximumPoolSize, setRejectedExecutionHandler, setThreadFactory, shutdown, shutdownNow
  - + - +
Methods inherited from class java.util.concurrent.AbstractExecutorServiceMethods inherited from class java.util.concurrent.AbstractExecutorService
invokeAll, invokeAll, invokeAny, invokeAny, submit, submit, submitinvokeAll, invokeAll, invokeAny, invokeAny, submit, submit, submit
  - + - +
Methods inherited from class java.lang.ObjectMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  @@ -213,7 +213,7 @@ public static

-
Returns:
+
Returns:
the instance

@@ -224,7 +224,12 @@ shutDown public static void shutDown()
This stops all executing processes via interruption. Thus it is vital - that all processes that use this service respond to interruption + that all processes that use this service respond to interruption + + Stops internal executor service which captures streams of native + executables. This method is intended for stopping service if deployed in + the web application context. There is NO NEED of using this method + otherwise as the executor service is taken care of internally.

@@ -241,7 +246,7 @@ public boolean canAcceptMoreWork()

-
Returns:
true is not all threads are busy, false overwise
+
Returns:
true is not all threads are busy, false otherwise