GSI Object Oriented Online Offline (Go4)
GO4-6.2.0
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Go4TaskHandler
TGo4TaskHandlerException.cxx
Go to the documentation of this file.
1
// $Id: TGo4TaskHandlerException.cxx 2757 2020-04-16 11:45:21Z linev $
2
//-----------------------------------------------------------------------
3
// The GSI Online Offline Object Oriented (Go4) Project
4
// Experiment Data Processing at EE department, GSI
5
//-----------------------------------------------------------------------
6
// Copyright (C) 2000- GSI Helmholtzzentrum fuer Schwerionenforschung GmbH
7
// Planckstr. 1, 64291 Darmstadt, Germany
8
// Contact: http://go4.gsi.de
9
//-----------------------------------------------------------------------
10
// This software can be used under the license agreements as stated
11
// in Go4License.txt file which is part of the distribution.
12
//-----------------------------------------------------------------------
13
14
#include "
TGo4TaskHandlerException.h
"
15
16
#include "
TGo4TaskHandler.h
"
17
#include "
TGo4TaskHandlerRunnable.h
"
18
19
TGo4TaskHandlerException::TGo4TaskHandlerException
(
TGo4TaskHandler
* taskhandler)
20
{
21
fxDescription
=
"!!!-- Go4 TaskHandler Exception --!!!"
;
22
fxCaller
=0;
23
fxTaskHandler
=taskhandler;
24
if
(
fxTaskHandler
)
25
{
26
// o.k. we have a given taskhandler
27
fxThreadManager
=
fxTaskHandler
->
GetThreadManager
();
28
}
29
else
30
{
31
// wrong call with zero pointer: dummy init of manager, will be checked in Handle()
32
fxThreadManager
=0;
33
}
34
}
35
36
TGo4TaskHandlerException::TGo4TaskHandlerException
(
TGo4TaskHandlerRunnable
* run)
37
{
38
fxDescription
=
"!!!-- Go4 TaskHandler Exception --!!!"
;
39
fxCaller
=run;
40
if
(
fxCaller
)
41
{
42
fxTaskHandler
=
fxCaller
->
GetTaskHandler
();
43
}
44
else
45
{
46
fxTaskHandler
=0;
47
}
48
49
if
(
fxTaskHandler
)
50
{
51
// o.k. we have a given taskhandler
52
fxThreadManager
=
fxTaskHandler
->
GetThreadManager
();
53
}
54
else
55
{
56
// wrong call with zero pointer: dummy init of manager, will be checked in Handle()
57
fxThreadManager
=0;
58
}
59
}
60
61
TGo4TaskHandlerException::~TGo4TaskHandlerException
()
62
{
63
}
TGo4TaskHandler.h
TGo4TaskHandlerException::fxThreadManager
TGo4ThreadManager * fxThreadManager
Definition:
TGo4TaskHandlerException.h:37
TGo4TaskHandlerRunnable
Definition:
TGo4TaskHandlerRunnable.h:31
TGo4TaskHandler::GetThreadManager
TGo4ThreadManager * GetThreadManager() const
Definition:
TGo4TaskHandler.h:88
TGo4TaskHandlerRunnable.h
TGo4TaskHandlerException.h
TGo4TaskHandler
Definition:
TGo4TaskHandler.h:42
TGo4TaskHandlerRunnable::GetTaskHandler
TGo4TaskHandler * GetTaskHandler()
Definition:
TGo4TaskHandlerRunnable.cxx:36
TGo4TaskHandlerException::fxCaller
TGo4TaskHandlerRunnable * fxCaller
Definition:
TGo4TaskHandlerException.h:39
TGo4TaskHandlerException::fxTaskHandler
TGo4TaskHandler * fxTaskHandler
Definition:
TGo4TaskHandlerException.h:35
TGo4Exception::fxDescription
TString fxDescription
Definition:
TGo4Exception.h:38
TGo4TaskHandlerException::~TGo4TaskHandlerException
virtual ~TGo4TaskHandlerException()
Definition:
TGo4TaskHandlerException.cxx:61
TGo4TaskHandlerException::TGo4TaskHandlerException
TGo4TaskHandlerException()
Generated on Tue Apr 26 2022 16:39:54 for GSI Object Oriented Online Offline (Go4) by
1.8.8