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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...