public interface ManageableThread
ThreadFactory.newThread(java.lang.Runnable).| Modifier and Type | Method and Description | 
|---|---|
| boolean | isShutdown()This method is used by the application component provider to check 
 whether a thread created by the  newThreadmethod ofManagedThreadFactoryhas been marked for shut down. | 
boolean isShutdown()
newThread method of 
 ManagedThreadFactory has been marked for shut down. 
 If the value is true, the application component provider should finish
 any work on this thread as soon as possible.Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.