com.mymed.controller.core.requesthandler.debug
Class DebugConsole

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.mymed.controller.core.requesthandler.AbstractRequestHandler
              extended by com.mymed.controller.core.requesthandler.debug.DebugConsole
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class DebugConsole
extends AbstractRequestHandler

Author:
lvanni
See Also:
Serialized Form

Field Summary
static int CONNECT
          Cassandra debug operations
static int GETAPPLIACTION
           
static int GETAPPLIST
           
static int GETKEY
           
static int GETPROFILE
          get user profile
static int INSERTKEY
           
static int PUBLISH
           
static int REGISTER
           
static int SETCOLUMNFAMILY
           
static int SETKEYSPACE
           
static int SETKEYUSERID
           
static int SETPROFILE
          set user profile
 
Constructor Summary
DebugConsole()
           
 
Method Summary
 java.lang.String getServletInfo()
           
 
Methods inherited from class com.mymed.controller.core.requesthandler.AbstractRequestHandler
getGson, getResponseText, setGson
 
Methods inherited from class javax.servlet.http.HttpServlet
service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONNECT

public static final int CONNECT
Cassandra debug operations

See Also:
Constant Field Values

SETKEYSPACE

public static final int SETKEYSPACE
See Also:
Constant Field Values

SETCOLUMNFAMILY

public static final int SETCOLUMNFAMILY
See Also:
Constant Field Values

SETKEYUSERID

public static final int SETKEYUSERID
See Also:
Constant Field Values

INSERTKEY

public static final int INSERTKEY
See Also:
Constant Field Values

GETKEY

public static final int GETKEY
See Also:
Constant Field Values

SETPROFILE

public static final int SETPROFILE
set user profile

See Also:
Constant Field Values

GETPROFILE

public static final int GETPROFILE
get user profile

See Also:
Constant Field Values

REGISTER

public static final int REGISTER
See Also:
Constant Field Values

GETAPPLIST

public static final int GETAPPLIST
See Also:
Constant Field Values

GETAPPLIACTION

public static final int GETAPPLIACTION
See Also:
Constant Field Values

PUBLISH

public static final int PUBLISH
See Also:
Constant Field Values
Constructor Detail

DebugConsole

public DebugConsole()
See Also:
HttpServlet.HttpServlet()
Method Detail

getServletInfo

public java.lang.String getServletInfo()
Specified by:
getServletInfo in interface javax.servlet.Servlet
Overrides:
getServletInfo in class javax.servlet.GenericServlet