org.apache.catalina.mbeans

Class ContextResourceLinkMBean


public class ContextResourceLinkMBean
extends BaseModelMBean

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

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

Author:
Amy Roh

Constructor Summary

ContextResourceLinkMBean()
Construct a ModelMBean with default ModelMBeanInfo information.

Method Summary

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

Constructor Details

ContextResourceLinkMBean

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

Method Details

setAttribute

public void setAttribute(Attribute attribute)
            throws AttributeNotFoundException,
                   MBeanException,
                   ReflectionException
Set the value of a specific attribute of this MBean.

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


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