summaryrefslogtreecommitdiff
path: root/java/management/common/src/main
Commit message (Collapse)AuthorAgeFilesLines
* 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/qpid@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/qpid@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/qpid@793206 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1926: modify management-common module to output an osgi bundle, and ↵Robert Gemmell2009-07-111-0/+8
| | | | | | | | | 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/qpid@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/qpid@744113 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1539: add management/common module. Move SASL and login code there.Aidan Skinner2009-01-078-0/+622
| | | | | | | Make gui depend on management common and OSGify it a bit. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@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/qpid@732310 13f79535-47bb-0310-9956-ffa450edef68