GSI Object Oriented Online Offline (Go4)  GO4-5.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Private Member Functions | List of all members
TGo4RestartException Class Reference

#include <TGo4RestartException.h>

+ Inheritance diagram for TGo4RestartException:

Public Member Functions

 TGo4RestartException (const TGo4RestartException &right)
 
 TGo4RestartException (TGo4Runnable *runnable, const char *threadname=0)
 
virtual ~TGo4RestartException ()
 
TGo4RestartExceptionoperator= (const TGo4RestartException &right)
 
virtual Int_t Handle ()
 
- Public Member Functions inherited from TGo4ThreadException
 TGo4ThreadException (const TGo4ThreadException &right)
 
 TGo4ThreadException (TGo4Runnable *runnable, const char *threadname=0)
 
virtual ~TGo4ThreadException ()
 
TGo4ThreadExceptionoperator= (const TGo4ThreadException &right)
 
const char * GetThreadName ()
 
- Public Member Functions inherited from TGo4ControlException
 TGo4ControlException ()
 
 TGo4ControlException (const TGo4ControlException &right)
 
virtual ~TGo4ControlException ()
 
TGo4ControlExceptionoperator= (const TGo4ControlException &right)
 
- Public Member Functions inherited from TGo4RuntimeException
 TGo4RuntimeException ()
 
 TGo4RuntimeException (const TGo4RuntimeException &right)
 
virtual ~TGo4RuntimeException ()
 
TGo4RuntimeExceptionoperator= (const TGo4RuntimeException &right)
 
- Public Member Functions inherited from TGo4Exception
 TGo4Exception ()
 
 TGo4Exception (const TGo4Exception &right)
 
virtual ~TGo4Exception ()
 
TGo4Exceptionoperator= (const TGo4Exception &right)
 
virtual const char * What ()
 

Private Member Functions

 TGo4RestartException ()
 

Additional Inherited Members

- Protected Attributes inherited from TGo4ThreadException
TString fxThreadName
 
TGo4RunnablefxRunnable
 
TGo4ThreadHandlerfxThreadHandler
 
- Protected Attributes inherited from TGo4Exception
TString fxDescription
 

Detailed Description

Exception which cancels and recreates a thread associated with runnable, or associated with a given name. Similar to TGo4ReplaceException, but uses Recreate method of taskhandler.

Author
J. Adamczewski
Go4 project-DVEE-GSI Darmstadt
Germany
Version
0.9
Since
jul 2000-oct 2001

Definition at line 28 of file TGo4RestartException.h.

Constructor & Destructor Documentation

TGo4RestartException::TGo4RestartException ( const TGo4RestartException right)

Definition at line 23 of file TGo4RestartException.cxx.

References GO4TRACE.

TGo4RestartException::TGo4RestartException ( TGo4Runnable runnable,
const char *  threadname = 0 
)

Restart thread associated with runnable or with threadname. Old thread will be canceled and created again.

Definition at line 29 of file TGo4RestartException.cxx.

References TGo4Exception::fxDescription, and GO4TRACE.

TGo4RestartException::~TGo4RestartException ( )
virtual

Definition at line 37 of file TGo4RestartException.cxx.

References GO4TRACE.

TGo4RestartException::TGo4RestartException ( )
private

Member Function Documentation

Int_t TGo4RestartException::Handle ( )
virtual
TGo4RestartException & TGo4RestartException::operator= ( const TGo4RestartException right)

Definition at line 43 of file TGo4RestartException.cxx.

References GO4TRACE, and TGo4ThreadException::operator=().


The documentation for this class was generated from the following files: