|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tomcat.util.modeler.BaseModelMBean org.apache.catalina.mbeans.StandardHostMBean
public class StandardHostMBean
A ModelMBean implementation for the
org.apache.catalina.core.StandardHost
component.
Field Summary |
---|
Fields inherited from class org.apache.tomcat.util.modeler.BaseModelMBean |
---|
attributeBroadcaster, generalBroadcaster, managedBean, oname, resource, resourceType |
Constructor Summary | |
---|---|
StandardHostMBean()
Construct a ModelMBean with default
ModelMBeanInfo information. |
Method Summary | |
---|---|
void |
addAlias(java.lang.String alias)
Add an alias name that should be mapped to this Host |
java.lang.String[] |
findAliases()
Return the set of alias names for this Host |
java.lang.String[] |
getValves()
Return the MBean Names of the Valves assoicated with this Host |
void |
removeAlias(java.lang.String alias)
Return the specified alias name from the aliases for this Host |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StandardHostMBean() throws javax.management.MBeanException, javax.management.RuntimeOperationsException
ModelMBean
with default
ModelMBeanInfo
information.
javax.management.MBeanException
- if the initializer of an object
throws an exception
javax.management.RuntimeOperationsException
- if an IllegalArgumentException
occursMethod Detail |
---|
public void addAlias(java.lang.String alias) throws java.lang.Exception
alias
- The alias to be added
java.lang.Exception
- if an MBean cannot be created or registeredpublic java.lang.String[] findAliases() throws java.lang.Exception
java.lang.Exception
- if an MBean cannot be created or registeredpublic java.lang.String[] getValves() throws java.lang.Exception
java.lang.Exception
- if an MBean cannot be created or registeredpublic void removeAlias(java.lang.String alias) throws java.lang.Exception
alias
- Alias name to be removed
java.lang.Exception
- if an MBean cannot be created or registered
|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |