uPortal 2.4.1
API Documentation

org.jasig.portal
Interface IMultithreadedPrivileged

All Known Implementing Classes:
CPortletAdapter

public interface IMultithreadedPrivileged

An interface that a multithreaded privileged channel must implement.

Version:
$Revision: 1.2 $
Author:
Ken Weiner, kweiner@unicon.net

Method Summary
 void setPortalControlStructures(PortalControlStructures pcs, java.lang.String uid)
          Passes portal control structure to the channel.
 

Method Detail

setPortalControlStructures

public void setPortalControlStructures(PortalControlStructures pcs,
                                       java.lang.String uid)
                                throws PortalException
Passes portal control structure to the channel.

Throws:
PortalException
See Also:
PortalControlStructures

uPortal 2.4.1
API Documentation