org.apache.catalina.mbeans

Class ContextEnvironmentMBean

public class ContextEnvironmentMBean extends BaseModelMBean

A ModelMBean implementation for the org.apache.catalina.deploy.ContextEnvironment component.

Version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $

Author: Amy Roh

Constructor Summary
ContextEnvironmentMBean()
Construct a ModelMBean with default ModelMBeanInfo information.
Method Summary
voidsetAttribute(Attribute attribute)
Set the value of a specific attribute of this MBean.

Constructor Detail

ContextEnvironmentMBean

public ContextEnvironmentMBean()
Construct a ModelMBean with default ModelMBeanInfo information.

Throws: MBeanException if the initializer of an object throws an exception RuntimeOperationsException if an IllegalArgumentException occurs

Method Detail

setAttribute

public void setAttribute(Attribute attribute)
Set the value of a specific attribute of this MBean.

Parameters: attribute The identification of the attribute to be set and the new value

Throws: AttributeNotFoundException if this attribute is not supported by this MBean MBeanException if the initializer of an object throws an exception ReflectionException if a Java reflection exception occurs when invoking the getter

Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.