IBM WebSphere Extended Deployment (XD)TM
Release 6.0

com.ibm.websphere.xd.servlet
ServletHelper

java.lang.Object
  |
  +--com.ibm.websphere.xd.servlet.ServletHelper


For WebSphere Extended Deployment 6.0.1, this class exists solely to expose its one method.


Constructor Summary
ServletHelper()
          


Method Summary
public  voidapplicationTimedOut(javax.servlet.http.HttpServletResponse)
           A servlet that internally detects and handles a timeout can call this method to indicate that this happened.

Inherited Methods

Methods inherited from java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

ServletHelper

public ServletHelper( )


Method Detail

applicationTimedOut

public void applicationTimedOut(HttpServletResponse response)
A servlet that internally detects and handles a timeout can call this method to indicate that this happened. Doing so may enable better performance management by WebSphere Extended Deployment. This method must be called before the response is committed. Calling javax.servlet.ServletResponse#reset cancels the effect of this method.
Parameters:
    response - the HttpServletResponse that includes the effects of the application timeout


Throws:
    java.lang.IllegalStateException


IBM WebSphere Extended Deployment (XD)TM
Release 6.0