summaryrefslogtreecommitdiff
path: root/qpid/java/management
Commit message (Collapse)AuthorAgeFilesLines
...
* QPID-1994: prevent NPE caused by refreshing whilst app is closing downRobert Gemmell2009-07-211-13/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@796209 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1968: add deleteMessages() support to the QueueOperations tabRobert Gemmell2009-07-211-0/+101
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@796206 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1981: add copyMessages() support to the QueueOperations tabRobert Gemmell2009-07-211-8/+74
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@796205 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: Update the management console to use new viewMessages(long,long) ↵Robert Gemmell2009-07-211-14/+165
| | | | | | queue operation. Add ability to specify message interval, and helper 'next/prev 50 msgs' buttons. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@796198 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-1938 - Make the Java Agent more friendly for inclusion by JBoss DeployerTed Ross2009-07-1714-70/+182
| | | | | | | Patch from Bryan Kearney git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@795198 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1990: add the messages queue position to the viewMessages() operation ↵Robert Gemmell2009-07-172-4/+21
| | | | | | 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: support server management API checking in the console.Robert Gemmell2009-07-179-6/+496
| | | | | | | | | Use the API versioning to prevent the console working with future brokers using a major new management API. Provide message upon connection if the server supports a minor new API the console doesnt, directing user to upgrade. Add a test to check console supported API is kept in sync with server API for new releases. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@795084 13f79535-47bb-0310-9956-ffa450edef68
* added system properties for controlling the module locations used during ↵Rafael H. Schloming2009-07-171-1/+1
| | | | | | test runs; concat all the profile properties together before loading so that more can be shared between profiles; added an @SSL_PORT to the substitutions done by QpidTestCase git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@795056 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1991: dont create Type folder for the known top-level single mbeansRobert Gemmell2009-07-161-0/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@794662 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-1966: add status bar for operation feedback reportsRobert Gemmell2009-07-1515-32/+136
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@794222 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1947: leave the components visible during update to prevent ↵Robert Gemmell2009-07-1410-77/+14
| | | | | | focus-switching issues during automated refresh git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@793925 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1947: Add combo to toolbar allowing selection of update interval for ↵Robert Gemmell2009-07-142-7/+152
| | | | | | automated refresh git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@793924 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1944: add initial new UI view for the Connection mbeanRobert Gemmell2009-07-133-2/+482
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@793534 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: add initial new UI view for the Exchange mbeanRobert Gemmell2009-07-135-44/+1149
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@793532 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-1945: add initial new UI view for the VirtualHostManager mbeanRobert Gemmell2009-07-135-5/+726
| | | | | | | Also modified the navigation tree to correctly identify the virtual host for single-instance mbeans like the VHM, and made the server registry mbean removal process more resistant to NPE's git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@793530 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1942: initial Queue/Exchange/Connection selection work.Robert Gemmell2009-07-1310-801/+929
| | | | | | | | | | Only remove items from the navigation tree config file if removal initiated by the user, not if caused by mbean unregistration. Notify MBeanView explicitly when mbeans are unregistered, because the new Queue etc selection allows opening Queues etc without adding them to the navigation tree, so the previous tree selectionListener check is no longer sufficient on its own. Add new refresh method to MBeanView to decouple it from the display of new mbeans based on tree selection, to allow viewing and refreshing mbeans not in the navigation tree. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@793511 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1932: add initial new UI view for the Queue mbeanRobert Gemmell2009-07-132-1/+709
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@793505 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-1931: add initial new UI view for the LoggingManagement mbeanRobert Gemmell2009-07-136-1/+1145
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@793502 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1930: add initial new UI view for the UserManagement mbeanRobert Gemmell2009-07-133-1/+733
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@793501 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-1930: add utility method for creating modal dialog shells, and augment ↵Robert Gemmell2009-07-131-1/+36
| | | | | | previous result window generator to allow ESC to act as close git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@793498 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1929: create factory class to produce MBean views, clean up MBeanView ↵Robert Gemmell2009-07-135-276/+299
| | | | | | accordingly, remove 'edit attribute' menu item and action git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@793497 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-115-28/+18
| | | | | | | | | 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-1948 - Changes to the java consle as a result of a code generated front ↵Ted Ross2009-06-267-598/+673
| | | | | | | | | end. Patch from Bryan Kearney git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@788782 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1933 - Patch from Bryan KearneyTed Ross2009-06-2222-0/+3865
| | | | | | | QMF Java Console git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@787325 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1922 - Applied patch from Bryan KearneyTed Ross2009-06-222-5/+8
| | | | | | | Java Agent does not support null / empty enums git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@787261 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1919 - Bugfix patch from Bryan KearneyTed Ross2009-06-191-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@786657 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1905 - Moved qmf agent code to java/management/agent where it belongs.Ted Ross2009-06-1630-0/+3795
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@785400 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1786 - Committed qmf patches from Bryan KearneyTed Ross2009-06-112-3/+10
| | | | | | | | Additionally updated existing qmf and Qman to be compatible. The magic number for qmf messages has been incremented. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@783818 13f79535-47bb-0310-9956-ffa450edef68
* QPID-970: removing defunct readme file, from trunk this time and not a ↵Robert Gemmell2009-05-281-21/+0
| | | | | | branch due to svn switched subtree, doh git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@779641 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1848 : fixed startup script on unix platformAndrea Gazzarini2009-05-121-20/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@773795 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1841: make MC release tar files gzipped as filename indicates. Add ↵Robert Gemmell2009-05-061-2/+8
| | | | | | licence, notice, readme from main resources folder git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@772177 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1833: use file.seperator to overcome copy+globmapper path limitation on ↵Robert Gemmell2009-04-302-2/+2
| | | | | | Windows git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@770317 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1822: override imported module.xml 'libs' target, preventing unecessary ↵Robert Gemmell2009-04-171-0/+4
| | | | | | copy of the libs to the 'build/lib' directory. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@766068 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1790: add new attribute to logging management mbean to indicate ↵Robert Gemmell2009-04-061-6/+29
| | | | | | available output levels. Update jmx management console to understand String[] attribute value and display contents properly git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@762365 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1742: new splash screen logo for JMX management console to signal its ↵Robert Gemmell2009-03-171-0/+0
| | | | | | JMX and Java broker roots git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@755187 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1694: place navigation settings ini file in .qpidmc subfolder instead ↵Robert Gemmell2009-03-161-1/+12
| | | | | | of directly in user home directory git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@754807 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1738: update button and descriptive text to better indicate the views ↵Robert Gemmell2009-03-161-2/+2
| | | | | | purpose to users git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@754803 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1691: add missing resourcesRobert Gemmell2009-03-0211-0/+1347
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@749275 13f79535-47bb-0310-9956-ffa450edef68
* fix build break due to uncommited changeRobert Gemmell2009-03-021-4/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@749265 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1581 : QMan Admin Console fixes.Andrea Gazzarini2009-03-0213-2594/+127
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@749233 13f79535-47bb-0310-9956-ffa450edef68