org.apache.catalina.mbeans

Class StandardHostMBean


public class StandardHostMBean
extends BaseModelMBean

A ModelMBean implementation for the org.apache.catalina.core.StandardHost component.

Version:
$Revision: 1.3 $ $Date: 2004/02/27 14:58:45 $

Author:
Amy Roh

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

Constructor Details

StandardHostMBean

public StandardHostMBean()
            throws MBeanException,
                   RuntimeOperationsException
Construct a ModelMBean with default ModelMBeanInfo information.

Method Details

addAlias

public void addAlias(String alias)
            throws Exception
Add an alias name that should be mapped to this Host

Parameters:
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

Parameters:
alias - Alias name to be removed


Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.