[jboss-dev-forums] [Design the new POJO MicroContainer] - Alias status inside Controller
alesj
do-not-reply at jboss.com
Mon Aug 6 09:46:20 EDT 2007
Is this a valid method on Controller?
| /**
| * Get the alias status.
| *
| * not present : Not_Installed
| * pending: Start
| * installed : Installed
| *
| * @param alias the alias
| * @return status
| */
| ControllerState getAliasStatus(Object alias);
|
Since it hides the alias impl details (lookup of Context with this name: alias + "_Alias").
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071186#4071186
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071186
More information about the jboss-dev-forums
mailing list