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

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

public class UnregisterMBeanCommand
extends AbstractCommand

Author:
Young Yang

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

Constructor Detail

UnregisterMBeanCommand

public UnregisterMBeanCommand()
Method Detail

doGet

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

Specified by:
doGet in class AbstractCommand
java.lang.Exception

main

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