[jboss-jira] [JBoss JIRA] Created: (JBMESSAGING-1603) Rename resource MBeans and controls
Jeff Mesnil (JIRA)
jira-events at lists.jboss.org
Wed Apr 22 10:32:28 EDT 2009
Rename resource MBeans and controls
-----------------------------------
Key: JBMESSAGING-1603
URL: https://jira.jboss.org/jira/browse/JBMESSAGING-1603
Project: JBoss Messaging
Issue Type: Feature Request
Components: Configuration and Management
Reporter: Jeff Mesnil
Assignee: Tim Fox
Fix For: 2.0.0.CR1
JBM resources are managed either using JMX or JBM Core connections.
The interfaces follow JMX standard (ending with MBean) even when JBM is not managed through JMX.
We should rename the management interface XXXMBean to XXXControl and their implementation XXXControl to XXXControlImpl
(e.g. the resource to manage a queue will have a QueueControl interface and a QueueControlImpl implementation)
This will continue to work with JMX since we use the StandardMBean to create the MBean registered in the MBeanServer
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list