org.jasig.portal
Interface IMultithreadedPrivileged


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

@Deprecated
public interface IMultithreadedPrivileged

An interface that a multithreaded privileged channel must implement.

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

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

Method Detail

setPortalControlStructures

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

Throws:
PortalException
See Also:
PortalControlStructures


Copyright © 2010 Jasig. All Rights Reserved.