#include <TGo4TaskHandlerAbortException.h>
Inheritance diagram for TGo4TaskHandlerAbortException:
Public Methods | |
TGo4TaskHandlerAbortException (TGo4TaskHandler *taskhandler) | |
Exception to Disconnect client belonging to taskhandler from server task (servermode) or shut down the client task (clientmode). More... | |
TGo4TaskHandlerAbortException (TGo4TaskHandlerRunnable *run) | |
ctor to call exception from within a taskhandler runnable; will find out taskhandler from runnable. More... | |
virtual | ~TGo4TaskHandlerAbortException () |
Int_t | Handle () |
This is a default handler function for the respective exception type. More... | |
Private Methods | |
TGo4TaskHandlerAbortException () |
|
Exception to Disconnect client belonging to taskhandler from server task (servermode) or shut down the client task (clientmode).
Definition at line 27 of file TGo4TaskHandlerAbortException.cxx. References TGo4Exception::fxDescription. |
|
ctor to call exception from within a taskhandler runnable; will find out taskhandler from runnable.
Definition at line 33 of file TGo4TaskHandlerAbortException.cxx. References TGo4Exception::fxDescription. |
|
Definition at line 39 of file TGo4TaskHandlerAbortException.cxx. |
|
|
|
This is a default handler function for the respective exception type.
Implements TGo4TaskHandlerException. Definition at line 43 of file TGo4TaskHandlerAbortException.cxx. References TGo4Log::Debug(), TGo4TaskHandlerException::fxCaller, TGo4TaskHandlerException::fxTaskHandler, TGo4TaskHandlerException::fxThreadManager, TGo4Task::GetMaster(), TGo4Task::GetSlave(), TGo4Runnable::GetThread(), TGo4TaskHandler::IsAborting(), TGo4TaskHandler::IsClientMode(), TGo4TaskOwner::IsServer(), TGo4TaskHandler::SetAborting(), TGo4ComRemoveClient::SetClient(), TGo4ComDisconnectSlave::SetSlave(), TGo4ComRemoveClient::SetWaitForClient(), TGo4ComDisconnectSlave::SetWaitForSlave(), TGo4Thread::Stop(), TGo4Task::SubmitCommand(), TGo4Task::TerminateFast(), and TGo4Slave::TerminateFast(). |