public class ThreadAPIImpl extends AbstractMoskitoAPIImpl implements ThreadAPI
| Constructor and Description |
|---|
ThreadAPIImpl() |
| 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.
|
addValidationError, addValidationError, checkValidationAndThrowException, deInit, getApiConfig, getAttributeFromSession, getCallContext, getCurrentLocale, getCurrentUserId, getDefaultExpirePeriodForAttribute, getExpirePeriodForAttribute, getLoggedInUserId, getPrivateAttributeName, getSession, init, removeAttributeFromSession, setAttributeInSession, setAttributeInSession, setAttributeInSession, setAttributeInSessionpublic List<ThreadInfoAO> getThreadInfos() throws net.anotheria.anoplass.api.APIException
getThreadInfos in interface ThreadAPInet.anotheria.anoplass.api.APIExceptionpublic List<ThreadInfoAO> getThreadDump() throws net.anotheria.anoplass.api.APIException
getThreadDump in interface ThreadAPInet.anotheria.anoplass.api.APIExceptionpublic void startTestThread()
throws net.anotheria.anoplass.api.APIException
ThreadAPIstartTestThread in interface ThreadAPInet.anotheria.anoplass.api.APIExceptionpublic void activateHistory()
throws net.anotheria.anoplass.api.APIException
activateHistory in interface ThreadAPInet.anotheria.anoplass.api.APIExceptionpublic void deactivateHistory()
throws net.anotheria.anoplass.api.APIException
deactivateHistory in interface ThreadAPInet.anotheria.anoplass.api.APIExceptionpublic ActiveThreadHistoryAO getActiveThreadHistory() throws net.anotheria.anoplass.api.APIException
ThreadAPIgetActiveThreadHistory in interface ThreadAPInet.anotheria.anoplass.api.APIExceptionpublic ThreadsInfoAO getThreadsInfo() throws net.anotheria.anoplass.api.APIException
ThreadAPIgetThreadsInfo in interface ThreadAPInet.anotheria.anoplass.api.APIExceptionCopyright © 2010-2015 anotheria.net. All Rights Reserved.