ThreadContext.remove

{@link ThreadLocal#remove Remove}s the underlying {@link ThreadLocal ThreadLocal} from the thread. <p/> This method is meant to be the final 'clean up' operation that is called at the end of thread execution to prevent thread corruption in pooled thread environments.

  1. Object remove(string key)
  2. void remove()
    class ThreadContext
    static
    void
    remove
    ()

Meta