LibraryUnloaderDispatcher Class Reference

#include <LibraryPackage.hpp>

Inheritance diagram for LibraryUnloaderDispatcher:
[legend]

Public Member Functions

 LibraryUnloaderDispatcher (RexxPackageUnloader u)
 
virtual ~LibraryUnloaderDispatcher ()
 
virtual void run ()
 
- Public Member Functions inherited from CallbackDispatcher
 CallbackDispatcher ()
 
virtual ~CallbackDispatcher ()
 
virtual void handleError (wholenumber_t, RexxDirectory *)
 
virtual void handleError (RexxDirectory *)
 
void setContext (RexxActivity *act, RexxNativeActivation *a)
 

Protected Attributes

RexxPackageUnloader unloader
 
- Protected Attributes inherited from CallbackDispatcher
RexxActivityactivity
 
RexxNativeActivationactivation
 
RexxDirectoryconditionData
 

Additional Inherited Members

- Public Attributes inherited from CallbackDispatcher
wholenumber_t rc
 

Detailed Description

Definition at line 114 of file LibraryPackage.hpp.

Constructor & Destructor Documentation

◆ LibraryUnloaderDispatcher()

LibraryUnloaderDispatcher::LibraryUnloaderDispatcher ( RexxPackageUnloader  u)
inline

Definition at line 117 of file LibraryPackage.hpp.

◆ ~LibraryUnloaderDispatcher()

virtual LibraryUnloaderDispatcher::~LibraryUnloaderDispatcher ( )
inlinevirtual

Definition at line 118 of file LibraryPackage.hpp.

Member Function Documentation

◆ run()

void LibraryUnloaderDispatcher::run ( )
virtual

Process a callout to package loader function

Reimplemented from CallbackDispatcher.

Definition at line 517 of file LibraryPackage.cpp.

Member Data Documentation

◆ unloader

RexxPackageUnloader LibraryUnloaderDispatcher::unloader
protected

Definition at line 123 of file LibraryPackage.hpp.


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