@DistributeMe(agentsSupport=false)
@SupportService
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.
|
List<ThreadInfoAO> |
getThreadDump() |
List<ThreadInfoAO> |
getThreadInfos() |
ThreadsInfoAO |
getThreadsInfo()
Returns ThreadsInfoAO.
|
void |
startTestThread()
This methid is used to start a test thread for history testing purposes.
|
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.APIExceptionList<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-2015 anotheria.net. All Rights Reserved.