Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awGet | awGetLockingClientInfo
 
awGetLockingClientInfo
BrokerError awGetLockingClientInfo(
ClientQueueLock qlock,
int *session_id,
BrokerDate *time_stamp,
char **locking_id);
Get information on the client holding the client queue lock. Returned information includes the client id, session_id and the time when the lock was acquired.
Returns AW_ERROR_INVALID_QUEUE_LOCK when an invalid qlock object is passed. Otherwise returns appropriate information.