The C++ framework for developing highly scalable, high performance servers on Windows platforms.

IManageJobEvents Class Reference
[InterfacesProtected destructors on abstract base classes]

Inheritance diagram for IManageJobEvents:

List of all members.


Detailed Description

An interface to a class that manages the asynchronous events generated by an operating system job object and routes them to the supplied handler interface.

Public Member Functions

virtual void ManageJobEvents (HANDLE hJob, IHandleJobEvents &handler)=0

Protected Member Functions

virtual ~IManageJobEvents ()
 We never delete instances of this interface; you must manage the lifetime of the class that implements it.

Constructor & Destructor Documentation

virtual ~IManageJobEvents (  )  [protected, virtual]

We never delete instances of this interface; you must manage the lifetime of the class that implements it.


Member Function Documentation

virtual void ManageJobEvents ( HANDLE  hJob,
IHandleJobEvents handler 
) [pure virtual]

Implemented in CJobEventManager, and CJobEventManager.


Generated on Sun Sep 12 19:11:34 2021 for The Server Framework - v7.4 by doxygen 1.5.3