org.jasig.portal
Interface IMultithreadedDirectResponse

All Known Implementing Classes:
CPortletAdapter

Deprecated. Use the IChannel* interfaces instead or write a portlet. For more information see: http://www.ja-sig.org/wiki/display/UPC/Proposal+to+Deprecate+IMultithreaded+Interfaces

public interface IMultithreadedDirectResponse

An interface that a multithreaded channel that wants to have direct access to the HttpServletResponse object must implement.

Version:
$Revision: 1.2.4.1 $
Author:
Eric Dalquist edalquist@unicon.net

Method Summary
 void setResponse(java.lang.String uid, javax.servlet.http.HttpServletResponse response)
          Deprecated. Sets the HttpServletResponse for the channel to use.
 

Method Detail

setResponse

void setResponse(java.lang.String uid,
                 javax.servlet.http.HttpServletResponse response)
Deprecated. 
Sets the HttpServletResponse for the channel to use.

Parameters:
uid - The unique ID of the channel
response - The HttpServletResponse for the channel to use.