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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateMBeanCommand
public CreateMBeanCommand()
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)