summaryrefslogtreecommitdiff
path: root/qpid/java/management/common
Commit message (Collapse)AuthorAgeFilesLines
...
* QPID-2322: remove unused version key from the MBean ObjectName'sRobert Gemmell2010-01-068-9/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@896674 13f79535-47bb-0310-9956-ffa450edef68
* Upped qpid version to 0.7 for next development cycleAndrew Stitcher2010-01-041-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@895789 13f79535-47bb-0310-9956-ffa450edef68
* Update OSGI/Eclipse bundle versions and filenames for the 0.6 releaseRobert Gemmell2009-12-101-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@889271 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2177: expose Capacity, FlowResumeCapacity, and FlowOverfull as ↵Robert Gemmell2009-12-082-2/+57
| | | | | | attributes of the Queue MBeans git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@888248 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2152: Update the timeout process so as not to return a null, and close ↵Robert Gemmell2009-12-031-33/+46
| | | | | | any orphaned connections. Increase default timeout to 15sec. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@886974 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2178: expand the return from channels() to indicate whether the channel ↵Robert Gemmell2009-11-062-4/+5
| | | | | | is blocked git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@833446 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2016: apply missed version number increment for the new methodRobert Gemmell2009-10-092-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@823605 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2016: Add ability to reload the Log4J configuration file on request ↵Robert Gemmell2009-08-161-1/+10
| | | | | | using the management console git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@804767 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2018: Updated AMQQueueMBean to make use of the AMQQueue clearQueue ↵Robert Gemmell2009-08-101-3/+7
| | | | | | return value to report the number of messages deleted. Updated management console accordingly, also indicating that it is only non-acquired messaes that are cleared git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@802819 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2015: Add 2 new methods to the VirtualHostManager to retrieve attribute ↵Robert Gemmell2009-08-093-7/+130
| | | | | | names/values for every Queue in the vhost in a single call. Remove previous viewQueueNamesDepths() method. Add new ManagedQueue attribute names constants, and a test to ensure any attributes added to the Queue MBeans in future are also added to the constants. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@802601 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2000: add a method to the VirtualHostManager MBean to retrieve a Map ↵Robert Gemmell2009-07-241-0/+12
| | | | | | keyed by Queue names in the vhost, with values indicating their respective depths in bytes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@797473 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1967: collect possible Exchange Type values from the broker instead of ↵Robert Gemmell2009-07-221-0/+9
| | | | | | relying on default set within the management console git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@796693 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1981: Expose copyMessages() queue operation through the JMX MBean interfaceRobert Gemmell2009-07-211-0/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@796204 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1968: Expose deleteMessages() queue operation through the JMX MBean ↵Robert Gemmell2009-07-211-0/+14
| | | | | | interface, add test for deleteMessages() git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@796203 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1961: expand viewMessages() queue operation to support long parameters, ↵Robert Gemmell2009-07-211-0/+24
| | | | | | deprecate previous int version. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@796196 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1990: add the messages queue position to the viewMessages() operation ↵Robert Gemmell2009-07-171-3/+4
| | | | | | results, update management console QueueOperations tab accordingly git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@795089 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1946: updated management interfaces with API version information for ↵Robert Gemmell2009-07-174-5/+48
| | | | | | recent additions/changes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@795088 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1946: add server information mbean to expose version info for the ↵Robert Gemmell2009-07-161-0/+68
| | | | | | broker and its JMX management API git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@794660 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1944: expose Connection tabular/composite data key values through ↵Robert Gemmell2009-07-131-0/+6
| | | | | | management interface git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@793533 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1943: expose exchange mbeans tabular/composite key values through the ↵Robert Gemmell2009-07-131-0/+12
| | | | | | management interface git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@793531 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1932: expose Queue tabular/composite key values through the management ↵Robert Gemmell2009-07-131-0/+12
| | | | | | interface git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@793504 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1930: expose UserManagement composite/tabular type keys through the ↵Robert Gemmell2009-07-132-4/+10
| | | | | | management interface for reference, and add warning about future alterations to ensure compatibility git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@793499 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1927: move mbean interfaces to management-common, make broker module ↵Robert Gemmell2009-07-1112-0/+1071
| | | | | | | | | depend on management-common, modify build system to copy management-common.jar when required (eg for binary releases). QPID-1928: remove unused AMQException throws clause and import from ManagedQueue,UserManagement. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@793206 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1926: modify management-common module to output an osgi bundle, and ↵Robert Gemmell2009-07-112-0/+9
| | | | | | | | | have the JMX MC use this jar directly instead of wrapping the old module jar with an RCP plugin manifest git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@793189 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1511 : Adds authentication and ssl encryption capabilities to the RMI ↵Aidan Skinner2009-02-131-17/+39
| | | | | | | | based JMXConnectorServer in use, enforces use of the custom MBeanInvocationhandlerImp when using the RMI based JMX, and implements a customised RMI registry to prevent external changes being possible. Updated Management console accordingly. Patch from Robbert Gemmell <gemmellr@dcs.gla.ac.uk> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@744113 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1539: add management/common module. Move SASL and login code there.Aidan Skinner2009-01-079-0/+647
| | | | | | | Make gui depend on management common and OSGify it a bit. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@732330 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1522: Move command line constants to individual command files. ↵Aidan Skinner2009-01-071-0/+249
Centralise list of commands in CommandLineInterpreter. Make CommandExecutionEngine look up command from registered list rather than use a big if(). git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@732310 13f79535-47bb-0310-9956-ffa450edef68