SAP NetWeaver RFC SDK 7.50
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
_RFC_SERVER_MONITOR_DATA Struct Reference

Allows to retrieve monitoring information about all busy or idle connections of an automated RFC Server via RfcGetServerConnectionMonitorData(). More...

Public Attributes

RFC_ATTRIBUTESclientInfo
 Pointer to an RFC_ATTRIBUTES structure containing information about this particular client connection. More...
 
int isActive
 1, if this connection is currently processing a call, 0, if it is idle. More...
 
int isStateful
 If this connection is currently processing a call, this flag indicates, whether it is a stateful or stateless call: 0 = stateless, 1 = stateful. More...
 
SAP_UC functionModuleName [128]
 Name of the ABAP function module currently being processed over this connection (if the connection is currently active), or empty (if the connection is idle). More...
 
time_t lastActivity
 Point of time of the last activity on this connection (if the connection is currently idle), or not used (if the connection is busy). More...
 

Detailed Description

Allows to retrieve monitoring information about all busy or idle connections of an automated RFC Server via RfcGetServerConnectionMonitorData().

Definition at line 572 of file sapnwrfc.h.

Member Data Documentation

RFC_ATTRIBUTES* _RFC_SERVER_MONITOR_DATA::clientInfo

Pointer to an RFC_ATTRIBUTES structure containing information about this particular client connection.

Definition at line 573 of file sapnwrfc.h.

SAP_UC _RFC_SERVER_MONITOR_DATA::functionModuleName[128]

Name of the ABAP function module currently being processed over this connection (if the connection is currently active), or empty (if the connection is idle).

Definition at line 576 of file sapnwrfc.h.

int _RFC_SERVER_MONITOR_DATA::isActive

1, if this connection is currently processing a call, 0, if it is idle.

Definition at line 574 of file sapnwrfc.h.

int _RFC_SERVER_MONITOR_DATA::isStateful

If this connection is currently processing a call, this flag indicates, whether it is a stateful or stateless call: 0 = stateless, 1 = stateful.

Definition at line 575 of file sapnwrfc.h.

time_t _RFC_SERVER_MONITOR_DATA::lastActivity

Point of time of the last activity on this connection (if the connection is currently idle), or not used (if the connection is busy).

Definition at line 577 of file sapnwrfc.h.


The documentation for this struct was generated from the following file: