IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.event
Class CSNotifSrvToClProtocolServlet

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended bycom.ibm.btt.event.CSNotifSrvToClProtocolServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class CSNotifSrvToClProtocolServlet
extends javax.servlet.http.HttpServlet

The CSNotifSrvToClProtocolServlet class implements the response that provides event notifications from the server to the client.

See Also:
Serialized Form

Constructor Summary
CSNotifSrvToClProtocolServlet()
          This constructor creates a CSNotifSrvToClProtocolServlet object.
 
Method Summary
 void doPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
          Executed in the server side.
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSNotifSrvToClProtocolServlet

public CSNotifSrvToClProtocolServlet()
This constructor creates a CSNotifSrvToClProtocolServlet object.

Method Detail

doPost

public void doPost(javax.servlet.http.HttpServletRequest req,
                   javax.servlet.http.HttpServletResponse res)
            throws java.io.IOException
Executed in the server side. Sends event from the server to a client.

Parameters:
req - javax.servlet.http.HttpServletRequest
res - javax.servlet.http.HttpServletResponse
Throws:
java.io.IOException.
java.io.IOException

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005