| IBM WebSphere Extended Deployment (XD)TM
Release 6.0 |
java.lang.Object
|
+--com.ibm.websphere.xd.servlet.ServletHelper
Constructor Summary | |
---|---|
ServletHelper()
|
Method Summary | |
---|---|
public
void | applicationTimedOut(javax.servlet.http.HttpServletResponse)
A servlet that internally detects and handles a timeout can call this
method to indicate that this happened.
|
Methods inherited from java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ServletHelper( | ) |
Method Detail |
public void applicationTimedOut( | HttpServletResponse response )
|
response
-
the HttpServletResponse that includes the effects of the
application timeout
java.lang.IllegalStateException
| IBM WebSphere Extended Deployment (XD)TM
Release 6.0 |