Class BrokerQueueBrowserInfo

java.lang.Object
COM.activesw.api.client.BrokerQueueBrowserInfo
Direct Known Subclasses:
BrokerClientQueueBrowserInfo

public class BrokerQueueBrowserInfo extends Object
This class holds details of a queue browser.
  • Field Details

    • clientId

      public String clientId
      The id of the client or forward queue that is being browsed
    • browserId

      public String browserId
      The client id of the client that is browsing the queue
    • browserSessionId

      public int browserSessionId
      The session id of the browsing client
    • locked

      public boolean locked
      Queue Locked flag
    • createTime

      public long createTime
      The time when queue browser was created. For BrokerLockedClientQueueBrowsers, this would be the lock acqusition time.
  • Constructor Details

    • BrokerQueueBrowserInfo

      public BrokerQueueBrowserInfo()
      Create an empty lock info object.
    • BrokerQueueBrowserInfo

      public BrokerQueueBrowserInfo(String targetId, String browserId, int browserSessionId, boolean locked, boolean acquired, int createTime)
      Create and set-up a lock info object.