Quadcap Embedded Server Administrator Console

com.quadcap.app.qws.ActionStop Class Reference

Inheritance diagram for com.quadcap.app.qws.ActionStop:

com.quadcap.app.qws.Action List of all members.

Detailed Description

Application logic step to stop the server.

Author:
Stan Bailes

Definition at line 59 of file ActionStop.java.

Public Member Functions

void init (ServletConfig config)
void service (HttpServletRequest request, HttpServletResponse response) throws Exception

Package Attributes

ServletConfig config
WebServer server


Member Function Documentation

void com.quadcap.app.qws.ActionStop.init ServletConfig  config  ) 
 

Implements com.quadcap.app.qws.Action.

Definition at line 63 of file ActionStop.java.

References com.quadcap.app.qws.ActionStop.init().

Referenced by com.quadcap.app.qws.ActionStop.init().

void com.quadcap.app.qws.ActionStop.service HttpServletRequest  request,
HttpServletResponse  response
throws Exception
 

Implements com.quadcap.app.qws.Action.

Definition at line 69 of file ActionStop.java.

References com.quadcap.app.qws.ActionStop.server, and com.quadcap.app.qws.ActionStop.service().

Referenced by com.quadcap.app.qws.ActionStop.service().


Member Data Documentation

ServletConfig com.quadcap.app.qws.ActionStop.config [package]
 

Definition at line 60 of file ActionStop.java.

WebServer com.quadcap.app.qws.ActionStop.server [package]
 

Definition at line 61 of file ActionStop.java.

Referenced by com.quadcap.app.qws.ActionStop.service().