ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | List of all members
TXHandler Class Reference

Handler of asynchronous events for XProofD sockets.

Classes needing this should inherit from this and overload the relevant methods.

Definition at line 30 of file TXHandler.h.

Public Member Functions

 TXHandler ()
 
virtual ~TXHandler ()
 
virtual Bool_t HandleInput (const void *in=0)
 
virtual Bool_t HandleError (const void *in=0)
 Handler of asynchronous error events. More...
 

#include <TXHandler.h>

Inheritance diagram for TXHandler:
[legend]

Constructor & Destructor Documentation

TXHandler::TXHandler ( )
inline

Definition at line 33 of file TXHandler.h.

virtual TXHandler::~TXHandler ( )
inlinevirtual

Definition at line 34 of file TXHandler.h.

Member Function Documentation

Bool_t TXHandler::HandleError ( const void in = 0)
virtual

Handler of asynchronous error events.

Reimplemented in TXSlave, TXProofMgr, and TXProofServ.

Definition at line 37 of file TXHandler.cxx.

Referenced by TXSocket::ProcessUnsolicitedMsg().

virtual Bool_t TXHandler::HandleInput ( const void in = 0)
virtual

Reimplemented in TXSlave, TXProofMgr, and TXProofServ.

Referenced by TXSocket::ProcessUnsolicitedMsg().


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