|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectDeviceServlet
org.eclipse.soda.dk.testmanager.servlet.DeviceTestManagerServlet
public class DeviceTestManagerServlet
| Field Summary | |
|---|---|
static int |
CONFIG_CHANGES
Define the config changes (int) constant. |
static java.util.ResourceBundle |
DefaultResourceBundle
Define the default resource bundle (ResourceBundle) field. |
static int |
ENDING_SCRIPT_ACTION
Define the ending script action (int) constant. |
static int |
ERROR_EXECUTING_ACTION
Define the error executing action (int) constant. |
static int |
ERROR_IN_TEST
Define the error in test (int) constant. |
static int |
ERROR_IN_TEST_RUN
Define the error in test run (int) constant. |
static int |
ERROR_RUNNING_SCRIPT
Define the error running script (int) constant. |
static int |
EXPECTED_ENCODING
Define the expected encoding (int) constant. |
static int |
FAILED_TO_RUN_SCRIPT
Define the failed to run script (int) constant. |
static int |
INVALID_HEADER
Define the invalid header (int) constant. |
static int |
RECEIVED_ENCODING
Define the received encoding (int) constant. |
static int |
RUNNING
Define the running (int) constant. |
static int |
RUNNING_TEST_SCRIPT
Define the running test script (int) constant. |
static int |
STARTING_SCRIPT_ACTION
Define the starting script action (int) constant. |
static int |
STREAM_CLOSED
Define the stream closed (int) constant. |
static int |
TEST_CASES
Define the test cases (int) constant. |
static int |
TEST_COMPLETED
Define the test completed (int) constant. |
static int |
TEST_FAILED
Define the test failed (int) constant. |
static int |
TESTS
Define the tests (int) constant. |
static int |
UNTITLED
Define the untitled (int) constant. |
| Constructor Summary | |
|---|---|
DeviceTestManagerServlet()
Constructs an instance of this class. |
|
| Method Summary | |
|---|---|
DeviceServletContext |
createContext(HttpServletRequest request,
HttpServletResponse response)
Create context with the specified request and response parameters and return the DeviceServletContext result. |
void |
processRequest(DeviceServletContext context)
Process request with the specified context parameter. |
void |
setTestManager(TestManagerService testManager)
Sets the test manager value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int STREAM_CLOSED
public static final int INVALID_HEADER
public static final int FAILED_TO_RUN_SCRIPT
public static final int EXPECTED_ENCODING
public static final int RECEIVED_ENCODING
public static final int ENDING_SCRIPT_ACTION
public static final int ERROR_EXECUTING_ACTION
public static final int STARTING_SCRIPT_ACTION
public static final int CONFIG_CHANGES
public static final int TESTS
public static final int TEST_CASES
public static final int TEST_COMPLETED
public static final int ERROR_RUNNING_SCRIPT
public static final int UNTITLED
public static final int RUNNING_TEST_SCRIPT
public static final int ERROR_IN_TEST
public static final int TEST_FAILED
public static final int ERROR_IN_TEST_RUN
public static final int RUNNING
public static java.util.ResourceBundle DefaultResourceBundle
| Constructor Detail |
|---|
public DeviceTestManagerServlet()
| Method Detail |
|---|
public DeviceServletContext createContext(HttpServletRequest request,
HttpServletResponse response)
HttpServletRequest) parameter.
The response (HttpServletResponse) parameter.
request - The request (HttpServletRequest) parameter.response - The response (HttpServletResponse) parameter.
DeviceServletContext)
value.public void processRequest(DeviceServletContext context)
DeviceServletContext) parameter.
context - The context (DeviceServletContext) parameter.public void setTestManager(TestManagerService testManager)
testManager - The test manager (TestManagerService) parameter.
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||