mx4j.tools.adaptor.http
Class MBeanCommandProcessor
java.lang.Object
mx4j.tools.adaptor.http.HttpCommandProcessorAdaptor
mx4j.tools.adaptor.http.MBeanCommandProcessor
- All Implemented Interfaces:
- HttpCommandProcessor
- public class MBeanCommandProcessor
- extends HttpCommandProcessorAdaptor
MBeanCommandProcessor, processes a request for getting data about a MBean
- Version:
- $Revision: 1.3 $
Method Summary |
protected void |
addParameters(org.w3c.dom.Element node,
org.w3c.dom.Document document,
javax.management.MBeanParameterInfo[] parameters)
|
org.w3c.dom.Document |
executeRequest(HttpInputStream in)
Executes an HTTP request. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MBeanCommandProcessor
public MBeanCommandProcessor()
executeRequest
public org.w3c.dom.Document executeRequest(HttpInputStream in)
throws java.io.IOException,
javax.management.JMException
- Description copied from interface:
HttpCommandProcessor
- Executes an HTTP request. It assumes the request is well formed
- Specified by:
executeRequest
in interface HttpCommandProcessor
- Specified by:
executeRequest
in class HttpCommandProcessorAdaptor
- Throws:
java.io.IOException
javax.management.JMException
addParameters
protected void addParameters(org.w3c.dom.Element node,
org.w3c.dom.Document document,
javax.management.MBeanParameterInfo[] parameters)
Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.