summaryrefslogtreecommitdiff
path: root/qpid/java/broker/src/main/java/org/apache/qpid/qmf/QMFService.java
Commit message (Expand)AuthorAgeFilesLines
* QPID-3081: add statistic for queue flow control transitionsKenneth Anthony Giusti2011-03-021-0/+5
* Fix build broken by change to QMF management schema from QPID-2935Gordon Sim2011-02-211-0/+5
* QPID-3015: Added create and delete methods to management schema for brokerGordon Sim2011-02-181-0/+19
* QPID-2991: added message counts to connection stats; fixed xxxToClient statsGordon Sim2011-01-111-0/+12
* QPID-2966: add 'not implemented' stumps for the recently added get/setLogLeve...Robert Gemmell2010-12-111-0/+12
* QPID-2857 : Address issues found by running FindBugs against the Java codebaseRobert Godfrey2010-09-121-1/+1
* QPID-2606: Access Control ModificationsRobert Gemmell2010-05-311-1/+8
* QPID-2622 : Add Closeable interface and update Broker components to use it an...Martin Ritchie2010-05-201-1/+2
* QPID-2517 - Broker schema changes to support cluster management.Ted Ross2010-04-231-0/+5
* QPID-2379 / QPID-2400: Unregister event listeners during QMFService shutdown ...Robert Gemmell2010-04-191-0/+11
* QPID-2379: add ability to respond to method requests with non-zero status cod...Robert Gemmell2010-04-091-11/+10
* QPID-2379: add Session.close() method implementationRobert Gemmell2010-04-091-2/+12
* QPID-2379: add Connection.close() method implementationRobert Gemmell2010-04-091-2/+3
* QPID-2379: add the queue UnackedMessage countsRobert Gemmell2010-03-231-4/+2
* QPID-2379: add getDelivered() to SubscriptionRobert Gemmell2010-03-101-2/+1
* QPID-2379: defer getShadow property to ConnectionConfig objects instead of ha...Robert Gemmell2010-03-041-3/+1
* QPID-2379: move getCreateTime() up to the ConfiguredObject supertype, add imp...Robert Gemmell2010-03-041-6/+3
* QPID-2379: add BytesTxnDequeues and MsgTxnDequeues on Queue delegateRobert Gemmell2010-03-041-4/+2
* QPID-2379: add BytesTxnEnqueues and MsgTxnEnqueues on Queue delegateRobert Gemmell2010-03-041-4/+2
* QPID-2379: add TxnStarts, TxnCommits, TxnRejects, TxnCount on Session delegateRobert Gemmell2010-03-041-8/+4
* QPID-2379: add ConsumerCountHigh to Queue delegateRobert Gemmell2010-03-041-2/+1
* QPID-2379: change unimplemented property method to return false instead of nullRobert Gemmell2010-02-151-1/+1
* Added unimplimented method to get the trunk compilingRajith Muditha Attapattu2010-02-081-0/+7
* QPID-2379 : Updates to deal with changes to management specRobert Godfrey2010-01-311-0/+10
* QPID-2379 : Initial work on adding QMF and federation to the Java BrokerRobert Godfrey2010-01-311-0/+1583