Main Page   Class Hierarchy   Compound List   File List   Compound Members  

SmartSockets::TipcMonExt Class Reference

#include <tmonext.h>

List of all members.

Public Methods

 TipcMonExt (const TipcSrv &tsrv) throw (TipcException)
virtual ~TipcMonExt () throw ()
void set (const char *name, bool value) throw (TipcMonExtException)
void set (const char *name, const bool *value, int4 size) throw (TipcMonExtException)
void set (const char *name, const char *value) throw (TipcMonExtException)
void set (const char *name, const char **value, int4 size) throw (TipcMonExtException)
void set (const char *name, const int4 value) throw (TipcMonExtException)
void set (const char *name, const int4 *value, int4 size) throw (TipcMonExtException)
void set (const char *name, const int2 value) throw (TipcMonExtException)
void set (const char *name, const int2 *value, int4 size) throw (TipcMonExtException)
void set (const char *name, const int8 value) throw (TipcMonExtException)
void set (const char *name, const int8 *value, int4 size) throw (TipcMonExtException)
void set (const char *name, const real8 value) throw (TipcMonExtException)
void set (const char *name, const real8 *value, int4 size) throw (TipcMonExtException)
void set (const char *name, const real16 value) throw (TipcMonExtException)
void set (const char *name, const real16 *value, int4 size) throw (TipcMonExtException)
void set (const char *name, const real4 value) throw (TipcMonExtException)
void set (const char *name, const real4 *value, int4 size) throw (TipcMonExtException)
void setUtf8 (const char *name, const char *value) throw (TipcMonExtException)
void setUtf8Array (const char *name, const char **value, int4 size) throw (TipcMonExtException)
void set (const char *name, const void *value, int4 size) throw (TipcMonExtException)
void clear (const char *name) throw (TipcMonExtException)


Detailed Description

TipcMonExt class


Constructor & Destructor Documentation

SmartSockets::TipcMonExt::TipcMonExt const TipcSrv   tsrv throw (TipcException)
 

Constructor

Parameters:
tsrv  server connection used to send the monitoring request. All results received from the monitoring requests should be trapped using this object (either by calling TipcSrv::searchType() or by creating a callback on the appropriate message type.
Exceptions:
TipcMonException  thrown if the connection to RTserver is invalid.

virtual SmartSockets::TipcMonExt::~TipcMonExt   throw () [virtual]
 

Destructor


The documentation for this class was generated from the following file:
Generated on Fri Jul 14 15:05:55 2006 by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001