org.jasig.portal
Interface IMultithreadedPrivileged

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 IMultithreadedPrivileged

An interface that a multithreaded privileged channel must implement.

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

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

Method Detail

setPortalControlStructures

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

Throws:
PortalException
See Also:
PortalControlStructures