Package COM.activesw.api.client
Class BrokerQueueBrowserInfo
java.lang.Object
COM.activesw.api.client.BrokerQueueBrowserInfo
- Direct Known Subclasses:
BrokerClientQueueBrowserInfo
This class holds details of a queue browser.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe client id of the client that is browsing the queueint
The session id of the browsing clientThe id of the client or forward queue that is being browsedlong
The time when queue browser was created.boolean
Queue Locked flag -
Constructor Summary
ConstructorsConstructorDescriptionCreate an empty lock info object.BrokerQueueBrowserInfo
(String targetId, String browserId, int browserSessionId, boolean locked, boolean acquired, int createTime) Create and set-up a lock info object. -
Method Summary
-
Field Details
-
clientId
The id of the client or forward queue that is being browsed -
browserId
The client id of the client that is browsing the queue -
browserSessionId
public int browserSessionIdThe session id of the browsing client -
locked
public boolean lockedQueue Locked flag -
createTime
public long createTimeThe time when queue browser was created. For BrokerLockedClientQueueBrowsers, this would be the lock acqusition time.
-
-
Constructor Details