Data Member | Description |
BrokerBoolean acquired; | Set to 1 (true) if the lock was acquired by this BrokerClient, otherwise set to 0 (false). |
String client_id; | If acquired is 0 (false), this member will contain the ID of the client currently holding a lock on the Broker. Otherwise, this member will be set to NULL. For information on client IDs, see
Broker Client Administration. |
int session_id; | If acquired is 0 (false), this member will contain the session ID of the client currently holding a lock on the Broker. Otherwise, this member will be set to zero. |
BrokerDate lock_time | If acquired is 0 (false), this member will contain the date and time the lock was acquired. Otherwise, this member will be set to NULL. |