mx4j.tools.adaptor.http

Class RelationCommandProcessor

Implemented Interfaces:
HttpCommandProcessor

public class RelationCommandProcessor
extends HttpCommandProcessorAdaptor

CreateMBeanCommandProcessor, processes a request for creating and registering an MBean
Version:
$Revision: 1.4 $

Field Summary

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

builder, server

Constructor Summary

RelationCommandProcessor()

Method Summary

protected void
addRelationTypeNames(Element node, Document document, List allRelationNames)
put everything into a map as we need to maintain the correct relationTypeName to relationId TODO: determine how to make relationService tab useful!!
protected boolean
checkRelationServiceIsRegistered()
Document
executeRequest(HttpInputStream in)

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

executeRequest, setDocumentBuilder, setMBeanServer

Constructor Details

RelationCommandProcessor

public RelationCommandProcessor()

Method Details

addRelationTypeNames

protected void addRelationTypeNames(Element node,
                                    Document document,
                                    List allRelationNames)
            throws javax.management.JMException
put everything into a map as we need to maintain the correct relationTypeName to relationId TODO: determine how to make relationService tab useful!!

checkRelationServiceIsRegistered

protected boolean checkRelationServiceIsRegistered()

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.