@DistributeMe(agentsSupport=false,
moskitoSupport=false)
@SupportService
@FailBy(strategyClass=org.distributeme.core.failing.RetryCallOnce.class)
public interface ThreadAPI
extends net.anotheria.anoplass.api.API, net.anotheria.anoprise.metafactory.Service
| Modifier and Type | Method and Description |
|---|---|
void |
activateHistory() |
void |
deactivateHistory() |
ActiveThreadHistoryAO |
getActiveThreadHistory()
Returns current thread history if its active.
|
java.util.List<ThreadInfoAO> |
getThreadDump() |
java.util.List<ThreadInfoAO> |
getThreadInfos() |
ThreadsInfoAO |
getThreadsInfo()
Returns ThreadsInfoAO.
|
void |
startTestThread()
This methid is used to start a test thread for history testing purposes.
|
java.util.List<ThreadInfoAO> getThreadInfos() throws net.anotheria.anoplass.api.APIException
net.anotheria.anoplass.api.APIExceptionvoid startTestThread()
throws net.anotheria.anoplass.api.APIException
net.anotheria.anoplass.api.APIExceptionjava.util.List<ThreadInfoAO> getThreadDump() throws net.anotheria.anoplass.api.APIException
net.anotheria.anoplass.api.APIExceptionvoid activateHistory()
throws net.anotheria.anoplass.api.APIException
net.anotheria.anoplass.api.APIExceptionvoid deactivateHistory()
throws net.anotheria.anoplass.api.APIException
net.anotheria.anoplass.api.APIExceptionActiveThreadHistoryAO getActiveThreadHistory() throws net.anotheria.anoplass.api.APIException
net.anotheria.anoplass.api.APIExceptionThreadsInfoAO getThreadsInfo() throws net.anotheria.anoplass.api.APIException
net.anotheria.anoplass.api.APIExceptionCopyright © 2010-2020 anotheria.net. All Rights Reserved.