org.apache.catalina.mbeans
Class StandardHostMBean
BaseModelMBeanorg.apache.catalina.mbeans.StandardHostMBean
public class StandardHostMBean
extends BaseModelMBean
A ModelMBean implementation for the
org.apache.catalina.core.StandardHost component.
Version:
- Amy Roh
void | addAlias(String alias)- Add an alias name that should be mapped to this Host
|
String[] | findAliases()- Return the set of alias names for this Host
|
String[] | getValves()- Return the MBean Names of the Valves assoicated with this Host
|
void | removeAlias(String alias)- Return the specified alias name from the aliases for this Host
|
StandardHostMBean
public StandardHostMBean()
throws MBeanException,
RuntimeOperationsException Construct a ModelMBean with default
ModelMBeanInfo information.
addAlias
public void addAlias(String alias)
throws Exception Add an alias name that should be mapped to this Host
alias - The alias to be added
findAliases
public String[] findAliases()
throws Exception Return the set of alias names for this Host
getValves
public String[] getValves()
throws Exception Return the MBean Names of the Valves assoicated with this Host
removeAlias
public void removeAlias(String alias)
throws Exception Return the specified alias name from the aliases for this Host
alias - Alias name to be removed
Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.