45      Info(
"Notify", 
"ready socket %p (%s) (input socket: %p) (fFileNum: %d)",
 
   50      Warning(
"Notify",
"socket-ready list is empty!");
 
 
const char * GetTitle() const override
Returns title of object.
 
virtual void Warning(const char *method, const char *msgfmt,...) const
Issue warning message.
 
virtual void Info(const char *method, const char *msgfmt,...) const
Issue info message.
 
virtual Bool_t HandleInput(const void *in=0)
Handler of asynchronous input events.
 
Input handler for XProofD sockets.
 
static TXSocketHandler * fgSocketHandler
 
TXSocketHandler(TFileHandler *h, TSocket *s)
 
static TXSocketHandler * GetSocketHandler(TFileHandler *h=0, TSocket *s=0)
Get an instance of the input socket handler with 'h' as handler, connected to socket 's'.
 
Bool_t Notify()
Set readiness on the monitor.
 
High level handler of connections to XProofD.