mx4j.tools.adaptor.http

Class SetAttributesCommandProcessor

Implemented Interfaces:
HttpCommandProcessor

public class SetAttributesCommandProcessor
extends HttpCommandProcessorAdaptor

SetAttributesCommandProcessor, processes a request for setting one or more attributes in one MBean. it uses th facility of havin multiple submit buttons in a web page if the set_all=Set variable is passed all attributes will be set, if a set_XXX varialbe is passed only the specific attribute will be set
Version:
$Revision: 1.3 $

Field Summary

Fields inherited from class mx4j.tools.adaptor.http.HttpCommandProcessorAdaptor

builder, server

Constructor Summary

SetAttributesCommandProcessor()

Method Summary

Document
executeRequest(HttpInputStream in)

Methods inherited from class mx4j.tools.adaptor.http.HttpCommandProcessorAdaptor

executeRequest, setDocumentBuilder, setMBeanServer

Constructor Details

SetAttributesCommandProcessor

public SetAttributesCommandProcessor()

Method Details

executeRequest

public Document executeRequest(HttpInputStream in)
            throws IOException,
                   javax.management.JMException
Specified by:
executeRequest in interface HttpCommandProcessor
Overrides:
executeRequest in interface HttpCommandProcessorAdaptor

Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.