[jboss-jira] [JBoss JIRA] Created: (JBAS-4726) DistributedStateImpl does not subclass ServiceMBeanSupport

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Fri Sep 14 13:05:11 EDT 2007


DistributedStateImpl does not subclass ServiceMBeanSupport
----------------------------------------------------------

                 Key: JBAS-4726
                 URL: http://jira.jboss.com/jira/browse/JBAS-4726
             Project: JBoss Application Server
          Issue Type: Sub-task
      Security Level: Public (Everyone can see)
          Components: Clustering
    Affects Versions: JBossAS-5.0.0.Beta2
            Reporter: Brian Stansberry
         Assigned To: Brian Stansberry
             Fix For:  JBossAS-5.0.0.Beta3


The MBean interface for DS doesn't expose any of the ServiceMBean methods; neither does the regular client interface DistributedState. Plus we don't want the MC to take DS through the lifecycle; the containing ClusterPartition should do that to help prevent things like the parent issue and for the same reasons discussed for DRM in JBAS-4724.

By not extending ServiceMBeanSupport, the create/start/stop/destroy methods are no longer available to the MC.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list