Sun Adapter for TCP/IP API

com.stc.connector.tcpip.monitor.actions.details
Class TCPIPHL7UpdateDetailAction

java.lang.Object
  extended by UpdateDetailAction
      extended by com.stc.connector.tcpip.monitor.actions.details.TCPIPHL7UpdateDetailAction

public class TCPIPHL7UpdateDetailAction
extends UpdateDetailAction


Constructor Summary
TCPIPHL7UpdateDetailAction()
           
 
Method Summary
 boolean refreshIsNeeded(HttpServletRequest request, HttpServletResponse response)
          Determines whether the detail page should be refreshed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TCPIPHL7UpdateDetailAction

public TCPIPHL7UpdateDetailAction()
Method Detail

refreshIsNeeded

public boolean refreshIsNeeded(HttpServletRequest request,
                               HttpServletResponse response)
Determines whether the detail page should be refreshed. Whatever state information was stored in the session from GetDetailAction can be used to determine if the state has changed which would require the detail to be refreshed.

Parameters:
request - HttpServletRequest
response - HttpServletResponse
Returns:
boolean

Sun Adapter for TCP/IP API