TipcMon


Name

TipcMon — user class for monitoring RTserver and the RTclients attached to RTserver

Synopsis

TipcMon mon; 

Inheritance

Description

A TipcMon object provides methods for an RTclient to monitor information that is not associated with a particular RTserver or RTclient.

Caution

None

See Also

TipcMonClient, TipcMonServer

Construction/Destruction

TipcMon::TipcMon

Syntax:
TipcMon(); 
Remarks:
Create a TipcMon object.

Public Member Functions

TipcMon::ClientNamesPoll

Syntax:
T_BOOL ClientNamesPoll(); 
Remarks:
Poll once for RTclient names.
C API:
TipcMonClientNamesPoll

TipcMon::ClientNamesWatch

Syntax:
T_BOOL ClientNamesWatch(); 
Remarks:
Get whether or not this RTclient is watching RTclient names.
C API:
TipcMonClientNamesGetWatch
 
  
Syntax:
T_BOOL ClientNamesWatch(T_BOOL watch_status); 
Remarks:
Start or stop watching RTclient names.
C API:
TipcMonClientNamesSetWatch

TipcMon::IdentStr

Syntax:
T_STR IdentStr();  
Remarks:
Get the monitoring identification string of this process.
C API:
TipcMonGetIdentStr
 
  
Syntax:
T_BOOL IdentStr(T_STR type_str);  
Remarks:
Set the monitoring identification string of this process.
C API:
TipcMonSetIdentStr

TipcMon::PrintWatch

Syntax:
T_BOOL PrintWatch(T_OUT_FUNC out_func);  
Remarks:
Print all monitoring categories being watched.
C API:
TipcMonPrintWatch

TipcMon::ProjectNamesPoll

Syntax:
T_BOOL ProjectNamesPoll(); 
Remarks:
Poll once for project names.
C API:
TipcMonProjectNamesPoll

TipcMon::ProjectNamesWatch

Syntax:
T_BOOL ProjectNamesWatch(); 
Remarks:
Get whether or not this RTclient is watching project names.
C API:
TipcMonProjectNamesGetWatch
 
  
Syntax:
T_BOOL ProjectNamesWatch(T_BOOL watch_status); 
Remarks:
Start or stop watching project names.
C API:
TipcMonProjectNamesSetWatch

TipcMon::ServerConnPoll

Syntax:
T_BOOL ServerConnPoll(); 
Remarks:
Poll once for RTserver connections.
C API:
TipcMonServerConnPoll

TipcMon::ServerConnWatch

Syntax:
T_BOOL ServerConnWatch(); 
Remarks:
Get whether or not this RTclient is watching RTserver connections.
C API:
TipcMonServerConnGetWatch
 
  
Syntax:
T_BOOL ServerConnWatch(T_BOOL watch_status); 
Remarks:
Start or stop watching RTserver connections.
C API:
TipcMonServerConnSetWatch

TipcMon::ServerNamesPoll

Syntax:
T_BOOL ServerNamesPoll(); 
Remarks:
Poll once for RTserver names.
C API:
TipcMonServerNamesPoll

TipcMon::ServerNamesWatch

Syntax:
T_BOOL ServerNamesWatch();  
Remarks:
Get whether or not this RTclient is watching RTserver names.
C API:
TipcMonServerNamesGetWatch
 
  
Syntax:
T_BOOL ServerNamesWatch(T_BOOL watch_status); 
Remarks:
Start or stop watching RTserver names.
C API:
TipcMonServerNamesSetWatch

TipcMon::SubjectNamesPoll

Syntax:
T_BOOL SubjectNamesPoll(); 
Remarks:
Poll once for subject names.
C API:
TipcMonSubjectNamesPoll

TipcMon::SubjectNamesWatch

Syntax:
T_BOOL SubjectNamesWatch(); 
Remarks:
Get whether or not this RTclient is watching subject names.
C API:
TipcMonSubjectNamesGetWatch
 
  
Syntax:
T_BOOL SubjectNamesWatch(T_BOOL watch_status); 
Remarks:
Start or stop watching subject names.
C API:
TipcMonSubjectNamesSetWatch

TipcMon::SubjectSubscribePoll

Syntax:
T_BOOL SubjectSubscribePoll(T_STR subject_name); 
Remarks:
Poll once for the names of the RTclients that are subscribing to a subject.
C API:
TipcMonSubjectSubscribePoll

TipcMon::SubjectSubscribeWatch

Syntax:
T_BOOL SubjectSubscribeWatch(T_STR subject_name); 
Remarks:
Get whether or not this RTclient is watching the RTclients that are subscribing to a subject.
C API:
TipcMonSubjectSubscribeGetWatch
 
  
Syntax:
T_BOOL SubjectSubscribeWatch(T_STR subject_name,  
                             T_BOOL watch_status); 
Remarks:
Start or stop watching RTclients that are subscribing to a subject.
C API:
TipcMonSubjectSubscribeSetWatch


TIBCO SmartSockets™ cxxipc Class Library
Software Release 6.8, July 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com