org.jasig.portal
Interface IWorkerRequestProcessor

All Known Implementing Classes:
CarResourceWorker, DownloadDispatchWorker

Deprecated. IChannel rendering code will be replaced with portlet specific rendering code in a future release

@Deprecated
public interface IWorkerRequestProcessor

An interface for worker request processors. Note: workers are required for functionality that requires complete control over the servlet output stream and, at the same time, requires access to the internal structures.

Version:
$Revision: 19776 $
Author:
Peter Kharchenko pkharchenko@interactivebusiness.com"

Method Summary
 void processWorkerDispatch(PortalControlStructures pcs)
          Deprecated. Process a worker request.
 

Method Detail

processWorkerDispatch

void processWorkerDispatch(PortalControlStructures pcs)
                           throws PortalException
Deprecated. 
Process a worker request.

Parameters:
pcs - a PortalControlStructures object
Throws:
PortalException - if an error occurs


Copyright © 2010 Jasig. All Rights Reserved.