[jboss-jira] [JBoss JIRA] Created: (JBAS-6927) Update RuntimeComponentDispatcher

Scott M Stark (JIRA) jira-events at lists.jboss.org
Fri May 15 16:44:46 EDT 2009


Update RuntimeComponentDispatcher
---------------------------------

                 Key: JBAS-6927
                 URL: https://jira.jboss.org/jira/browse/JBAS-6927
             Project: JBoss Application Server
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: Integration, ProfileService
    Affects Versions: JBossAS-5.1.0.CR1
            Reporter: Scott M Stark
            Assignee: Scott M Stark
             Fix For: JBossAS-5.1.0.GA


The following todo to have the RuntimeComponentDispatcher support mapping of a state string to the controller state needs to be done to avoid casting to an implementation class:

            //TODO, update RuntimeComponentDispatcher
            AbstractRuntimeComponentDispatcher xdispatcher = (AbstractRuntimeComponentDispatcher) dispatcher;
            state = xdispatcher.mapControllerState(name, mapper);

-- 
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