[jboss-dev-forums] [Design the new POJO MicroContainer] - ControllerState Details ...
vickyk
do-not-reply at jboss.com
Tue Nov 21 00:34:45 EST 2006
| public AbstractController() throws Exception
| {
| addState(ControllerState.NOT_INSTALLED, null);
| addState(ControllerState.DESCRIBED, null);
| addState(ControllerState.INSTANTIATED, null);
| addState(ControllerState.CONFIGURED, null);
| addState(ControllerState.CREATE, null);
| addState(ControllerState.START, null);
| addState(ControllerState.INSTALLED, null);
| }
|
Can I get some description about the above specified states ?
Normally I would have expected CREATE,START,STOP,DESTROY states . The default one being the NOT_INSTALLED .
Do we have some wiki explaining this ?
The above code is from the dependency module AbstractController class .
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987467#3987467
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3987467
More information about the jboss-dev-forums
mailing list