2010-01-26 1.2.0

org.eclipse.soda.dk.rfid.inventory.benchmark.servlet
Class RfidInventoryBenchmarkServlet

java.lang.Object
  extended by DeviceServlet
      extended by org.eclipse.soda.dk.rfid.inventory.benchmark.servlet.RfidInventoryBenchmarkServlet

public class RfidInventoryBenchmarkServlet
extends DeviceServlet

Version:
1.2.0

Constructor Summary
RfidInventoryBenchmarkServlet()
           
 
Method Summary
 DeviceServletContext createContext(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Create context with the specified request and response parameters and return the DeviceServletContext result.
 void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Do get with the specified request and response parameters.
protected  void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Do post with the specified request and response parameters.
 RfidInventoryBenchmarkServletConsole getConsole()
          Gets the console (RfidInventoryBenchmarkServletConsole) value.
 java.lang.String getServletAlias()
          Gets the servlet alias (String) value.
 void printBenchmarkTestForm(DeviceServletContext context)
          Process request with the specified context parameter.
 void setConsole(RfidInventoryBenchmarkServletConsole console)
          Sets the console value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RfidInventoryBenchmarkServlet

public RfidInventoryBenchmarkServlet()
Method Detail

createContext

public DeviceServletContext createContext(javax.servlet.http.HttpServletRequest request,
                                          javax.servlet.http.HttpServletResponse response)
Create context with the specified request and response parameters and return the DeviceServletContext result.

Parameters:
request - The request (HttpServletRequest) parameter.
response - The response (HttpServletResponse) parameter.
Returns:
Results of the create context (DeviceServletContext) value.

doGet

public void doGet(javax.servlet.http.HttpServletRequest request,
                  javax.servlet.http.HttpServletResponse response)
           throws javax.servlet.ServletException,
                  java.io.IOException
Do get with the specified request and response parameters.

Parameters:
request - The request (HttpServletRequest) parameter.
response - The response (HttpServletResponse) parameter.
Throws:
javax.servlet.ServletException - Servlet Exception.
java.io.IOException - IOException.

doPost

protected void doPost(javax.servlet.http.HttpServletRequest request,
                      javax.servlet.http.HttpServletResponse response)
               throws javax.servlet.ServletException,
                      java.io.IOException
Do post with the specified request and response parameters.

Parameters:
request - The request (HttpServletRequest) parameter.
response - The response (HttpServletResponse) parameter.
Throws:
javax.servlet.ServletException - Servlet Exception.
java.io.IOException - IOException.

getConsole

public RfidInventoryBenchmarkServletConsole getConsole()
Gets the console (RfidInventoryBenchmarkServletConsole) value.

Returns:
The console (RfidInventoryBenchmarkServletConsole) value.
See Also:
setConsole(RfidInventoryBenchmarkServletConsole)

getServletAlias

public java.lang.String getServletAlias()
Gets the servlet alias (String) value.

Returns:
The servlet alias (String) value.

printBenchmarkTestForm

public void printBenchmarkTestForm(DeviceServletContext context)
Process request with the specified context parameter.

Parameters:
context - The context (DeviceServletContext) parameter.

setConsole

public void setConsole(RfidInventoryBenchmarkServletConsole console)
Sets the console value.

Parameters:
console - The console (RfidInventoryBenchmarkServletConsole) parameter.
See Also:
getConsole()

2010-01-26 1.2.0

Copyright (c) 2010 IBM. See license in Legal section.