org.jasig.portal
Interface IMultithreadedCharacterChannel

All Superinterfaces:
IMultithreadedChannel
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 IMultithreadedCharacterChannel
extends IMultithreadedChannel

A multithreaded version of a ICharacterChannel.

Version:
$Revision: 1.4.4.1 $
Author:
Peter Kharchenko, Nick Bolton

Method Summary
 void renderCharacters(java.io.PrintWriter pw, java.lang.String uid)
          Deprecated. Asks the channel to render its content as characters.
 
Methods inherited from interface org.jasig.portal.IMultithreadedChannel
getRuntimeProperties, receiveEvent, renderXML, setRuntimeData, setStaticData
 

Method Detail

renderCharacters

void renderCharacters(java.io.PrintWriter pw,
                      java.lang.String uid)
                      throws PortalException
Deprecated. 
Asks the channel to render its content as characters. The method has the same call precedence as the IChannel.renderXML() method. (i.e. if the channel also supports ICacheable, portal will try to find a cache entry prior calling this method)

Parameters:
pw - a PrintWriter value into which the character output should be directed
uid - a String identifying the "instance" being served
Throws:
PortalException - if an error occurs