org.apache.catalina.mbeans
public class StandardHostMBean extends BaseModelMBean
A ModelMBean implementation for the
org.apache.catalina.core.StandardHost
component.
Version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $
Constructor Summary | |
---|---|
StandardHostMBean()
Construct a ModelMBean with default
ModelMBeanInfo information.
|
Method Summary | |
---|---|
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
|
ModelMBean
with default
ModelMBeanInfo
information.
Throws: MBeanException if the initializer of an object throws an exception RuntimeOperationsException if an IllegalArgumentException occurs
Parameters: alias The alias to be added
Throws: Exception if an MBean cannot be created or registered
Throws: Exception if an MBean cannot be created or registered
Throws: Exception if an MBean cannot be created or registered
Parameters: alias Alias name to be removed
Throws: Exception if an MBean cannot be created or registered