| org.apache.catalina.mbeans.StandardContextMBean
StandardContextMBean | public class StandardContextMBean extends BaseModelMBean (Code) | | A ModelMBean implementation for the
org.apache.catalina.core.StandardContext component.
author: Amy Roh version: $Revision: 1.6 $ $Date: 2002/06/06 22:36:47 $ |
Field Summary | |
protected ManagedBean | managed The ManagedBean information describing this MBean. | protected Registry | registry The configuration information registry for our managed beans. |
Constructor Summary | |
public | StandardContextMBean() Construct a ModelMBean with default
ModelMBeanInfo information. |
managed | protected ManagedBean managed(Code) | | The ManagedBean information describing this MBean.
|
registry | protected Registry registry(Code) | | The configuration information registry for our managed beans.
|
getEnvironments | public String[] getEnvironments()(Code) | | Return the MBean Names of the set of defined environment entries for
this web application
|
getResourceLinks | public String[] getResourceLinks()(Code) | | Return the MBean Names of all the defined resource links for this
application
|
getResources | public String[] getResources()(Code) | | Return the MBean Names of all the defined resource references for this
application.
|
removeEnvironment | public void removeEnvironment(String envName)(Code) | | Remove any environment entry with the specified name.
Parameters: name - Name of the environment entry to remove |
removeResource | public void removeResource(String resourceName)(Code) | | Remove any resource reference with the specified name.
Parameters: resourceName - Name of the resource reference to remove |
removeResourceLink | public void removeResourceLink(String resourceLinkName)(Code) | | Remove any resource link with the specified name.
Parameters: resourceName - Name of the resource reference to remove |
|
|