com.sun.hk2.component
Class Hk2ThreadContext
java.lang.Object
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
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 |
Hk2ThreadContext
public Hk2ThreadContext()
- Deprecated.
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.