Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awGet | awGetTxClientGroup
 
awGetTxClientGroup
BrokerError awGetTxClientGroup(
BrokerTxClient txclient,
char **group_name);
txclient
The Broker client whose transactional client group name is to be returned.
group_name
The name of the transactional client group to which this Broker client belongs. This parameter is used for output.
Creates a string containing the transactional client's group name. The caller is responsible for calling free on the group_name string. For more information on client groups, see Administering webMethods Broker.
Possible BrokerError major codes
Meaning
AW_ERROR_INVALID_CLIENT
The txclient is not valid.
AW_ERROR_NULL_PARAM
The parameter group_name is NULL.
See also: