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

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

public class AgentCommand
extends AbstractCommand

Author:
Young Yang

Field Summary
 
Fields inherited from class org.huihoo.jfox.jmx.adaptor.http.AbstractCommand
ctx
 
Constructor Summary
AgentCommand()
           
 
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

AgentCommand

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