Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jbossmx.cluster.watchdog.mbean.xmlet
Class XMLetMetaDataNodeProcessor  view XMLetMetaDataNodeProcessor download XMLetMetaDataNodeProcessor.java

java.lang.Object
  extended byorg.jbossmx.cluster.watchdog.util.xml.BaseNodeProcessor
      extended byorg.jbossmx.cluster.watchdog.mbean.xmlet.XMLetNodeProcessor
          extended byorg.jbossmx.cluster.watchdog.mbean.xmlet.XMLetMetaDataNodeProcessor
All Implemented Interfaces:
org.jbossmx.cluster.watchdog.util.xml.NodeProcessor

public class XMLetMetaDataNodeProcessor
extends XMLetNodeProcessor


Field Summary
 
Fields inherited from class org.jbossmx.cluster.watchdog.mbean.xmlet.XMLetNodeProcessor
MLET_TAG, XMLET_TAG
 
Fields inherited from class org.jbossmx.cluster.watchdog.util.xml.BaseNodeProcessor
 
Constructor Summary
XMLetMetaDataNodeProcessor(java.lang.String nodeName)
           
XMLetMetaDataNodeProcessor(java.lang.String nodeName, FailedMBeanPacker failedMBeanPacker)
           
 
Method Summary
private  org.w3c.dom.Node getParamNode(org.w3c.dom.Node node)
           
protected  void processXMLetChildNode(org.w3c.dom.Node node, XMLetEntry xmletEntry, XMLet xmlet)
           
private  void processXMLetMetaDataEntity(org.w3c.dom.Node metaDataEntityNode, org.jbossmx.util.ObjectNameMetaData objectNameMetaData)
           
 
Methods inherited from class org.jbossmx.cluster.watchdog.mbean.xmlet.XMLetNodeProcessor
createXMLetEntry, processNodeImpl, processXMLetChildNodes
 
Methods inherited from class org.jbossmx.cluster.watchdog.util.xml.BaseNodeProcessor
getNodeName, processNode, verifyNodeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLetMetaDataNodeProcessor

public XMLetMetaDataNodeProcessor(java.lang.String nodeName)

XMLetMetaDataNodeProcessor

public XMLetMetaDataNodeProcessor(java.lang.String nodeName,
                                  FailedMBeanPacker failedMBeanPacker)
Method Detail

processXMLetChildNode

protected void processXMLetChildNode(org.w3c.dom.Node node,
                                     XMLetEntry xmletEntry,
                                     XMLet xmlet)
                              throws org.jbossmx.cluster.watchdog.util.xml.XMLScriptException
Overrides:
processXMLetChildNode in class XMLetNodeProcessor

processXMLetMetaDataEntity

private void processXMLetMetaDataEntity(org.w3c.dom.Node metaDataEntityNode,
                                        org.jbossmx.util.ObjectNameMetaData objectNameMetaData)
                                 throws java.lang.Exception

getParamNode

private org.w3c.dom.Node getParamNode(org.w3c.dom.Node node)