webMethods Admin
Version 7.1.0.0.211 082207

COM.activesw.api.client
Class BrokerClientQueueBrowserInfo

java.lang.Object
  extended by COM.activesw.api.client.BrokerClientQueueBrowserInfo

public class BrokerClientQueueBrowserInfo
extends java.lang.Object

This class holds details of a queue browser.


Field Summary
 java.lang.String browserId
          The client id of the client that is browsing the queue
 int browserSessionId
          The session id of the browsing client
 java.lang.String clientId
          The client id of the queue that is being browsed
 long createTime
          The time when queue browser was created.
 boolean locked
          Queue Locked flag
 
Constructor Summary
BrokerClientQueueBrowserInfo()
          Create an empty lock info object.
BrokerClientQueueBrowserInfo(java.lang.String clientId, java.lang.String browserId, int browserSessionId, boolean locked, boolean acquired, int createTime)
          Create and set-up a lock info object.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

clientId

public java.lang.String clientId
The client id of the queue that is being browsed


browserId

public java.lang.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 Detail

BrokerClientQueueBrowserInfo

public BrokerClientQueueBrowserInfo()
Create an empty lock info object.


BrokerClientQueueBrowserInfo

public BrokerClientQueueBrowserInfo(java.lang.String clientId,
                                    java.lang.String browserId,
                                    int browserSessionId,
                                    boolean locked,
                                    boolean acquired,
                                    int createTime)
Create and set-up a lock info object.


webMethods Admin
Version 7.1.0.0.211 082207

webMethods Broker is a registered trademark of webMethods, Inc.
Copyright 2005 webMethods, Inc.
All Rights Reserved.