org.apache.qpid.commands.objects
Class QueueObject

java.lang.Object
  extended by org.apache.qpid.commands.objects.ObjectNames
      extended by org.apache.qpid.commands.objects.QueueObject

public class QueueObject
extends ObjectNames


Field Summary
 
Fields inherited from class org.apache.qpid.commands.objects.ObjectNames
attributes, attributevalues, mbsc, querystring, set
 
Constructor Summary
QueueObject(MBeanServerConnection mbsc)
           
 
Method Summary
 int getmessagecount(ObjectName queue)
           
 void setQueryString(String object, String name, String vhost)
           
 
Methods inherited from class org.apache.qpid.commands.objects.ObjectNames
displayinfo, displayobjects, displayqueues, echo, getAttribute, getQueryString, getSet, reportgenerator, returnObjects, setAttribute, setQueryStringforinfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueueObject

public QueueObject(MBeanServerConnection mbsc)
Method Detail

setQueryString

public void setQueryString(String object,
                           String name,
                           String vhost)
Overrides:
setQueryString in class ObjectNames

getmessagecount

public int getmessagecount(ObjectName queue)


Licensed to the Apache Software Foundation