Summary

Appendix B - The ThreadGroup API

Java Thread Programming
Paul Hyde
  Copyright 1999 Sams Publishing

Deprecated Methods
The methods in this section have been deprecated and should only be used if absolutely necessary.
allowThreadSuspension(boolean)
public boolean allowThreadSuspension(boolean newState)
Deprecated! Behavior has never been fully specified.
resume()
public final void resume() throws SecurityException
Deprecated! Resumes all the threads in this thread group (and its subgroups). A SecurityException will be thrown if the current thread does not have access permission. Related method: suspend() . See Chapter 10 for more information.
stop()
public final void stop() throws SecurityException
Deprecated! Stops all the threads in this thread group (and its subgroups). A SecurityException will be thrown if the current thread does not have access permission. Related methods: suspend() and resume() . See Chapter 10 for more information.
suspend()
public final void suspend() throws SecurityException
Deprecated! Suspends all the threads in this thread group (and its subgroups). A SecurityException will be thrown if the current thread does not have access permission. Related method: resume() . See Chapter 10 for more information.



Java Thread Programming
Java Thread Programming
ISBN: 0672315858
EAN: 2147483647
Year: 2005
Pages: 149
Authors: Paul Hyde

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net