Uses of Class
org.apache.qpid.management.common.mbeans.annotations.MBeanAttribute

Packages that use MBeanAttribute
org.apache.qpid.management.common.mbeans   
 

Uses of MBeanAttribute in org.apache.qpid.management.common.mbeans
 

Methods in org.apache.qpid.management.common.mbeans with annotations of type MBeanAttribute
 Integer ManagedQueue.getActiveConsumerCount()
          Returns the total number of active subscribers to the queue.
 String ManagedConnection.getAuthorizedId()
           
 String[] LoggingManagement.getAvailableLoggerLevels()
          Attribute to represent the available log4j logger output levels.
 String ServerInformation.getBuildVersion()
          Attribute to represent the build version string.
 String ManagedConnection.getClientId()
           
 String LoggingManagement.getConfigFileRootLoggerLevel()
          Attribute to represent the level of the Log4J RootLogger within the xml configuration file
 Integer ManagedQueue.getConsumerCount()
          Returns the total number of subscribers to the queue.
 String ManagedExchange.getExchangeType()
           
 String[] ManagedBroker.getExchangeTypes()
          Returns an array of the exchange types available for creation.
 Date ManagedConnection.getLastIoTime()
          Tells the last time, the IO operation was done.
 Integer LoggingManagement.getLog4jLogWatchInterval()
          Attribute to represent the log4j xml configuration file's LogWatch interval.
 Integer ServerInformation.getManagementApiMajorVersion()
          Attribute to represent the major version number for the management API.
 Integer ServerInformation.getManagementApiMinorVersion()
          Attribute to represent the minor version number for the management API.
 Integer ManagedQueue.getMessageCount()
          Total number of messages on the queue, which are yet to be delivered to the consumer(s).
 String ManagedExchange.getName()
          Returns the name of the managed exchange.
 String ManagedQueue.getName()
          Returns the Name of the ManagedQueue.
 String ManagedQueue.getOwner()
          Tells the Owner of the ManagedQueue.
 String ServerInformation.getProductVersion()
          Attribute to represent the product version string.
 Long ManagedQueue.getQueueDepth()
          Size of messages in the queue Since Qpid JMX API 1.2 this operation returns in units of bytes.
 Long ManagedQueue.getReceivedMessageCount()
          Tells the total number of messages receieved by the queue since startup.
 String ManagedConnection.getRemoteAddress()
          Tells the remote address of this connection.
 String LoggingManagement.getRuntimeRootLoggerLevel()
          Attribute to represent the level of the active Log4J RootLogger
 Integer ManagedExchange.getTicketNo()
           
 String ManagedConnection.getVersion()
           
 boolean ManagedExchange.isAutoDelete()
          Tells if the exchange is set for autodelete or not.
 boolean ManagedQueue.isAutoDelete()
          Tells if the ManagedQueue is set to AutoDelete.
 boolean ManagedExchange.isDurable()
          Tells if the exchange is durable or not.
 boolean ManagedQueue.isDurable()
          Tells whether this ManagedQueue is durable or not.
 boolean ManagedQueue.isFlowOverfull()
          Indicates whether the Queue is currently considered overfull by the FlowControl system
 void ManagedQueue.setCapacity(Long value)
          Sets the Capacity in bytes above which flow is blocked.
 void ManagedQueue.setExclusive(boolean exclusive)
          Sets whether the queue is exclusive or not.
 void ManagedQueue.setFlowResumeCapacity(Long value)
          Sets the FlowResumeCapacity in bytes below which flow resumes.
 void ManagedQueue.setMaximumMessageAge(Long age)
          Sets the maximum age of a message in milliseconds
 void ManagedQueue.setMaximumMessageCount(Long value)
          Sets the maximum number of messages allowed to be stored in the queue.
 void ManagedQueue.setMaximumMessageSize(Long size)
          Sets the maximum size of the message (in Bytes) that is allowed to be accepted by the Queue.
 void ManagedConnection.setMaximumNumberOfChannels(Long value)
          Sets the threshold high value for number of channels for a connection
 void ManagedQueue.setMaximumQueueDepth(Long value)
          Sets the maximum size of all the messages together, that can be stored in the queue.
 



Licensed to the Apache Software Foundation