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

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

public class CreateMBeanCommand
extends AbstractCommand

Author:
Young Yang

Fields inherited from class org.huihoo.jfox.jmx.adaptor.http.AbstractCommand
ctx
 
Constructor Summary
CreateMBeanCommand()
           
 
Method Summary
 void doGet(HttpRequest request, HttpResponse response)
          set the VelocityContext
 void doPost(HttpRequest request, HttpResponse response)
           
static void main(java.lang.String[] args)
           
static java.lang.String[] split(java.lang.String sp, java.lang.String delim)
           
 
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

CreateMBeanCommand

public CreateMBeanCommand()
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

split

public static java.lang.String[] split(java.lang.String sp,
                                       java.lang.String delim)

main

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