139140141142143144145146147148149
*/ public void removeAlias(String alias) throws Exception { StandardHost host = (StandardHost) this.resource; host.removeAlias(alias); } }
140141142143144145146147148149150
191192193194195196197198199200201
184185186187188189190191192193194