org.huihoo.jfox.jmx.adaptor.http
Class ViewMBeanCommand

java.lang.Object
  |
  +--org.huihoo.jfox.jmx.adaptor.http.AbstractCommand
        |
        +--org.huihoo.jfox.jmx.adaptor.http.ViewMBeanCommand
All Implemented Interfaces:
Command

public class ViewMBeanCommand
extends AbstractCommand

Author:
Young Yang

Fields inherited from class org.huihoo.jfox.jmx.adaptor.http.AbstractCommand
ctx
 
Constructor Summary
ViewMBeanCommand()
           
 
Method Summary
 void doGet(HttpRequest request, HttpResponse response)
          set the VelocityContext
 void doPost(HttpRequest request, HttpResponse response)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class org.huihoo.jfox.jmx.adaptor.http.AbstractCommand
execute, getTemplateName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewMBeanCommand

public ViewMBeanCommand()
Method Detail

doGet

public void doGet(HttpRequest request,
                  HttpResponse response)
           throws java.lang.Exception
Description copied from class: AbstractCommand
set the VelocityContext
Overrides:
doGet in class AbstractCommand

doPost

public void doPost(HttpRequest request,
                   HttpResponse response)
            throws java.lang.Exception
Overrides:
doPost in class AbstractCommand

main

public static void main(java.lang.String[] args)