TranslateInstoreDispatcher Class Reference

#include <TranslateDispatcher.hpp>

Inheritance diagram for TranslateInstoreDispatcher:
[legend]

Public Member Functions

 TranslateInstoreDispatcher ()
 
virtual ~TranslateInstoreDispatcher ()
 
virtual void run ()
 
virtual void handleError (wholenumber_t, RexxDirectory *)
 
- Public Member Functions inherited from ActivityDispatcher
 ActivityDispatcher ()
 
virtual ~ActivityDispatcher ()
 
virtual void handleError (RexxDirectory *)
 
virtual void invoke ()
 
virtual void invoke (RexxOption *)
 
virtual void invoke (PRXSYSEXIT exits, const char *env)
 
void setContext (RexxActivity *act, RexxNativeActivation *a)
 

Public Attributes

const char * programName
 
CONSTRXSTRINGsource
 
RXSTRINGimage
 
- Public Attributes inherited from ActivityDispatcher
wholenumber_t rc
 
RexxDirectoryconditionData
 

Additional Inherited Members

- Protected Attributes inherited from ActivityDispatcher
RexxActivityactivity
 
RexxNativeActivationactivation
 

Detailed Description

Definition at line 60 of file TranslateDispatcher.hpp.

Constructor & Destructor Documentation

◆ TranslateInstoreDispatcher()

TranslateInstoreDispatcher::TranslateInstoreDispatcher ( )
inline

Definition at line 63 of file TranslateDispatcher.hpp.

◆ ~TranslateInstoreDispatcher()

virtual TranslateInstoreDispatcher::~TranslateInstoreDispatcher ( )
inlinevirtual

Definition at line 64 of file TranslateDispatcher.hpp.

Member Function Documentation

◆ handleError()

void TranslateInstoreDispatcher::handleError ( wholenumber_t  r,
RexxDirectory c 
)
virtual

Default handler for any error conditions. This just sets the condition information in the dispatch unit.

Parameters
cThe condition information for the error.

Reimplemented from ActivityDispatcher.

Definition at line 154 of file TranslateDispatcher.cpp.

References ActivityDispatcher::handleError(), and ActivityDispatcher::rc.

◆ run()

void TranslateInstoreDispatcher::run ( )
virtual

Member Data Documentation

◆ image

RXSTRING* TranslateInstoreDispatcher::image

Definition at line 71 of file TranslateDispatcher.hpp.

Referenced by RexxTranslateInstoreProgram(), and run().

◆ programName

const char* TranslateInstoreDispatcher::programName

Definition at line 69 of file TranslateDispatcher.hpp.

Referenced by RexxTranslateInstoreProgram(), and run().

◆ source

CONSTRXSTRING* TranslateInstoreDispatcher::source

Definition at line 70 of file TranslateDispatcher.hpp.

Referenced by RexxTranslateInstoreProgram(), and run().


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