org.jmx4odp.j4oNet
Class XmlExecutor

java.lang.Object
  extended by org.jmx4odp.j4oNet.XmlExecutor

public class XmlExecutor
extends java.lang.Object

Takes XML scripts and applies them to a JMX agent via the RMI connector.

USAGE: org.jmx4odp.j4oNet.XmlExecutor

Author:
Lucas McGregor

Constructor Summary
XmlExecutor()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void processDoc(java.lang.String xmlUrl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlExecutor

public XmlExecutor()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

processDoc

public void processDoc(java.lang.String xmlUrl)
                throws java.lang.Exception
Throws:
java.lang.Exception