org.azuki.framework.context
Interface ThreadContext.Impl

Enclosing class:
ThreadContext

public static interface ThreadContext.Impl


Method Summary
 IContext getContext()
           
 void reset()
           
 void setContext(IContext ictx)
           
 void setStatus(boolean state, String info)
           
 void startThread(Thread thread)
           
 

Method Detail

getContext

IContext getContext()

setContext

void setContext(IContext ictx)

startThread

void startThread(Thread thread)

setStatus

void setStatus(boolean state,
               String info)

reset

void reset()


Azuki Framework Copyright © 2006 the original author or authors.