uPortal 2.4.1
API Documentation

org.jasig.portal
Interface IWorkerRequestProcessor

All Known Implementing Classes:
CarResourceWorker, DownloadDispatchWorker

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: 1.5 $
Author:
Peter Kharchenko

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

Method Detail

processWorkerDispatch

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

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

uPortal 2.4.1
API Documentation