org.apache.catalina.mbeans
Class ConnectorMBean
public class ConnectorMBean
A ModelMBean implementation for the
org.apache.coyote.tomcat5.CoyoteConnector component.
Version:
- Amy Roh
ConnectorMBean()- Construct a
ModelMBean with default
ModelMBeanInfo information.
|
Object | getAttribute(String name)- Obtain and return the value of a specific attribute of this MBean.
|
void | setAttribute(Attribute attribute)- Set the value of a specific attribute of this MBean.
|
ConnectorMBean
public ConnectorMBean()
throws MBeanException,
RuntimeOperationsException Construct a ModelMBean with default
ModelMBeanInfo information.
getAttribute
public Object getAttribute(String name)
throws AttributeNotFoundException,
MBeanException,
ReflectionException Obtain and return the value of a specific attribute of this MBean.
name - Name of the requested attribute
setAttribute
public void setAttribute(Attribute attribute)
throws AttributeNotFoundException,
MBeanException,
ReflectionException Set the value of a specific attribute of this MBean.
attribute - The identification of the attribute to be set
and the new value
Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.