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.6 $
- Author:
- Peter Kharchenko
processWorkerDispatch
void processWorkerDispatch(PortalControlStructures pcs)
throws PortalException
- Process a worker request.
- Parameters:
pcs
- a PortalControlStructures
object
- Throws:
PortalException
- if an error occurs