Microsoft SDK for Java

ThreadLocalStorage Class Methods

The ThreadLocalStorage Class contains the following methods:

finalize performs cleanup tasks before garbage collection.
get retrieves the per-thread object stored in this storage object.
release destroys the storage object.
set stores a specified per-thread object in the storage object.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.