This method of the ThreadLocalStorage Class retrieves the per-thread object stored in this storage object.
public Object get();
Returns the per-thread object stored in this storage object.