TipcMonServer


Name

TipcMonServer — user class for monitoring a specific RTserver

Synopsis

TipcMonServer mon(server_name); 

Inheritance

Description

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

Caution

None

See Also

TipcMon, TipcMonClient

Construction/Destruction

TipcMonServer::TipcMonServer

Syntax:
TipcMonServer(T_STR server_name); 
Remarks:
Create a TipcMonServer object using server_name. server_name is the name of an RTserver to be monitored.

Public Member Functions

TipcMonServer::BufferPoll

Syntax:
T_BOOL BufferPoll(T_STR connected_process_name); 
Remarks:
Poll once for RTserver message-related buffer information.
C API:
TipcMonServerBufferPoll

TipcMonServer::GeneralPoll

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

TipcMonServer::MsgTrafficPoll

Syntax:
T_BOOL MsgTrafficPoll(T_STR connected_process_name); 
Remarks:
Poll once for RTserver message traffic information.
C API:
TipcMonServerMsgTrafficPoll

TipcMonServer::OptionPoll

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

TipcMonServer::RoutePoll

Syntax:
T_BOOL RoutePoll(T_STR dest_server_name); 
Remarks:
Poll once for RTserver route information.
C API:
TipcMonServerRoutePoll

TipcMonServer::TimePoll

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


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