Microsoft SDK for Java

set

This method of the ThreadLocalStorage Class stores a specified per-thread object in the storage object.

Syntax

public void set(Object obj);

Parameters

obj The new object to store.

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