[jboss-dev-forums] [JBoss Microcontainer Development] - Re: Optimizing ControllerState
kabir.khan@jboss.com
do-not-reply at jboss.com
Thu Oct 29 13:37:15 EDT 2009
Similarly, it also seems like INSTALLED is taken to always be the final state, e.g.
| public ControllerContext getInstalledContext(Object name)
| {
| return getContext(name, ControllerState.INSTALLED);
| }
|
Since INSTALLED has special meaning, if there are states beyond INSTALLED, contexts in those states would not be reported as being installed. Should I enforce this?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4263029#4263029
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4263029
More information about the jboss-dev-forums
mailing list