TipcMonClient


Name

TipcMonClient — user class for monitoring a specific RTclient

Synopsis

TipcMonClient mon(client_name); 

Inheritance

Description

A TipcMonClient object provides methods for an RTclient to monitor information for a particular RTclient.

Caution

None

See Also

TipcMon, TipcMonServer

Construction/Destruction

TipcMonClient::TipcMonClient

Syntax:
TipcMonClient(T_STR client_name); 
Remarks:
Create a TipcMonClient object using client_name. client_name is the name of an RTclient to be monitored.

Public Member Functions

TipcMonClient::BufferPoll

Syntax:
T_BOOL BufferPoll(); 
Remarks:
Poll once for RTclient message-related buffer information.
C API:
TipcMonClientBufferPoll

TipcMonClient::BufferWatch

Syntax:
T_BOOL BufferWatch(); 
Remarks:
Get whether or not this RTclient is watching message-related buffer information in an RTclient.
C API:
TipcMonClientBufferGetWatch
 
 
Syntax:
T_BOOL BufferWatch(T_BOOL watch_status); 
Remarks:
Start or stop watching RTclient message-related buffer information.
C API:
TipcMonClientBufferSetWatch

TipcMonClient::CbPoll

Syntax:
T_BOOL CbPoll(); 
Remarks:
Poll once for RTclient callback information.
C API:
TipcMonClientCbPoll

TipcMonClient::GeneralPoll

Syntax:
T_BOOL GeneralPoll(); 
Remarks:
Poll once for RTclient general information.
C API:
TipcMonClientGeneralPoll

TipcMonClient::MsgRecvWatch

Syntax:
T_BOOL MsgRecvWatch(T_STR msg_type_name); 
Remarks:
Get whether or not this RTclient is watching received messages in an RTclient.
C API:
TipcMonClientMsgRecvGetWatch

Syntax:
T_BOOL MsgRecvWatch(T_STR msg_type_name, T_BOOL watch_status); 
Remarks:
Start or stop watching RTclient received messages.
C API:
TipcMonClientMsgRecvSetWatch

TipcMonClient::MsgSendWatch

Syntax:
T_BOOL MsgSendWatch(T_STR msg_type_name); 
Remarks:
Get whether or not this RTclient is watching sent messages in an RTclient.
C API:
TipcMonClientMsgSendGetWatch
 
 
Syntax:
T_BOOL MsgSendWatch(T_STR msg_type_name, T_BOOL watch_status); 
Remarks:
Start or stop watching RTclient sent messages.
C API:
TipcMonClientMsgSendSetWatch

TipcMonClient::MsgTrafficPoll

Syntax:
T_BOOL MsgTrafficPoll(); 
Remarks:
Poll once for RTclient message traffic information.
C API:
TipcMonClientMsgTrafficPoll

TipcMonClient::MsgTypePoll

Syntax:
T_BOOL MsgTypePoll(T_STR msg_type_name); 
Remarks:
Poll once for RTclient message type information.
C API:
TipcMonClientMsgTypePoll

TipcMonClient::OptionPoll

Syntax:
T_BOOL OptionPoll(T_STR option_name); 
Remarks:
Poll once for RTclient option information.
C API:
TipcMonClientOptionPoll

TipcMonClient::SubscribePoll

Syntax:
T_BOOL SubscribePoll(); 
Remarks:
Poll once for the names of the subjects to which an RTclient is subscribing.
C API:
TipcMonClientSubscribePoll

TipcMonClient::SubscribeWatch

Syntax:
T_BOOL SubscribeWatch(); 
Remarks:
Get whether or not this RTclient is watching the subjects to which an RTclient is subscribing.
C API:
TipcMonClientSubscribeGetWatch
 
 
Syntax:
T_BOOL SubscribeWatch(T_BOOL watch_status); 
Remarks:
Start or stop watching the subjects to which an RTclient is subscribing.
C API:
TipcMonClientSubscribeSetWatch

TipcMonClient::SubjectPoll

Syntax:
T_BOOL SubjectPoll(T_STR subject_name); 
Remarks:
Poll once for RTclient subject information.
C API:
TipcMonClientSubjectPoll

TipcMonClient::TimePoll

Syntax:
T_BOOL TimePoll(); 
Remarks:
Poll once for RTclient time information.
C API:
TipcMonClientTimePoll

TipcMonClient::TimeWatch

Syntax:
T_BOOL TimeWatch(); 
Remarks:
Get whether or not this RTclient is watching time information.
C API:
TipcMonClientTimeGetWatch
 
  
Syntax:
T_BOOL TimeWatch(T_BOOL watch_status); 
Remarks:
Start or stop watching RTclient time information.
C API:
TipcMonClientTimeSetWatch


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