com.sun.hk2.component
Class Hk2ThreadContext

java.lang.Object
  extended by com.sun.hk2.component.Hk2ThreadContext

Deprecated.

@Deprecated
public final class Hk2ThreadContext
extends Object

FOR INTERNAL USE ONLY.

Maintains thread local information used for the inner workings of Hk2.

Author:
Jeff Trent

Constructor Summary
Hk2ThreadContext()
          Deprecated.  
 
Method Summary
static void captureACCandRun(Runnable runnable)
          Deprecated. Performs a runnable action while managing the callers AccessControlContext in thread local storage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Hk2ThreadContext

public Hk2ThreadContext()
Deprecated. 
Method Detail

captureACCandRun

public static void captureACCandRun(Runnable runnable)
Deprecated. 
Performs a runnable action while managing the callers AccessControlContext in thread local storage



Copyright © 2013 Oracle Corporation. All Rights Reserved.