org.azuki.framework.context
Class ThreadContext
java.lang.Object
org.azuki.framework.context.ThreadContext
public final class ThreadContext
- extends Object
Manage Thread's context attached object.
- Author:
- Robert Bakic (robert.bakic@gmail.com)
ThreadContext
public ThreadContext()
get
public static final IContext get()
release
public static final void release(String key)
throws Exception
- Throws:
Exception
lookup
public static final Object lookup(String key,
Object... args)
throws Exception
- Throws:
Exception
set
public static final void set(IContext ictx)
startThread
public static final void startThread(Thread thread)
setStatus
public static final void setStatus(boolean state,
String info)
reset
public static final void reset()
Azuki Framework Copyright © 2006 the original author or authors.