@LifecycleClass(uri="http://www.xchain.org/thread") public class ThreadLifecycle extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
CCLPolicy |
getCCLPolicy()
Returns the strategy used for setting the context class loader.
|
static ThreadLifecycle |
getInstance()
Returns the ThreadLifecycle singleton.
|
ThreadContext |
getThreadContext()
Returns the current thread context.
|
boolean |
inThread() |
void |
setCCLPolicy(CCLPolicy cclPolicy) |
void |
startLifecycle(LifecycleContext lifecycleContext) |
void |
startThread(ThreadContext threadContext)
This mehtod must be called by a thread before interacting with xchains.
|
void |
stopLifecycle(LifecycleContext lifecycleContext) |
void |
stopThread(ThreadContext threadContext)
This method must be called by a thread after interacting with xchains.
|
@LifecycleAccessor public static ThreadLifecycle getInstance()
public boolean inThread()
public ThreadContext getThreadContext()
public CCLPolicy getCCLPolicy()
public void setCCLPolicy(CCLPolicy cclPolicy)
public void startThread(ThreadContext threadContext) throws LifecycleException
LifecycleException
- of the thread lifecycle could not be started. All thread related resources will be cleaned up
before this exception is thrown. If this exception is thrown, stopThreadLifecycle should not be called.public void stopThread(ThreadContext threadContext) throws LifecycleException
LifecycleException
@StartStep(localName="scan") public void startLifecycle(LifecycleContext lifecycleContext) throws LifecycleException
LifecycleException
@StopStep(localName="scan") public void stopLifecycle(LifecycleContext lifecycleContext)
Copyright © 2013 XChain Framework. All Rights Reserved.