|
SAP NetWeaver RFC SDK 7.50
|
Information about an RFC Server returned by RfcGetServerAttributes(). More...
Public Attributes | |
| SAP_UC * | serverName |
| This server's name as given when creating the server. More... | |
| RFC_PROTOCOL_TYPE | type |
| This RFC server's type. Will be one of RFC_MULTI_COUNT_REGISTERED_SERVER or RFC_TCP_SOCKET_SERVER. More... | |
| unsigned | registrationCount |
| The current number of active registrations (in case of a Registered Server) or the maximum number of parallel connections the server will accept (in case of a TCP Socket Server). More... | |
| RFC_SERVER_STATE | state |
| This server's state. More... | |
| unsigned | currentBusyCount |
| The number of requests currently being processed. More... | |
| unsigned | peakBusyCount |
| The maximum number of requests the server has been processing in parallel since it has been created. More... | |
Information about an RFC Server returned by RfcGetServerAttributes().
Definition at line 460 of file sapnwrfc.h.
| unsigned _RFC_SERVER_ATTRIBUTES::currentBusyCount |
The number of requests currently being processed.
Definition at line 465 of file sapnwrfc.h.
| unsigned _RFC_SERVER_ATTRIBUTES::peakBusyCount |
The maximum number of requests the server has been processing in parallel since it has been created.
Definition at line 466 of file sapnwrfc.h.
| unsigned _RFC_SERVER_ATTRIBUTES::registrationCount |
The current number of active registrations (in case of a Registered Server) or the maximum number of parallel connections the server will accept (in case of a TCP Socket Server).
Definition at line 463 of file sapnwrfc.h.
| SAP_UC* _RFC_SERVER_ATTRIBUTES::serverName |
This server's name as given when creating the server.
Definition at line 461 of file sapnwrfc.h.
| RFC_SERVER_STATE _RFC_SERVER_ATTRIBUTES::state |
This server's state.
Definition at line 464 of file sapnwrfc.h.
| RFC_PROTOCOL_TYPE _RFC_SERVER_ATTRIBUTES::type |
This RFC server's type. Will be one of RFC_MULTI_COUNT_REGISTERED_SERVER or RFC_TCP_SOCKET_SERVER.
Definition at line 462 of file sapnwrfc.h.