org.jasig.portal
Class MultithreadedPrivilegedChannelAdapter

java.lang.Object
  extended by org.jasig.portal.MultithreadedChannelAdapter
      extended by org.jasig.portal.MultithreadedPrivilegedChannelAdapter
All Implemented Interfaces:
IChannel, IPrivileged, IPrivilegedChannel

Deprecated. All IChannel implementations should be migrated to portlets

@Deprecated
public class MultithreadedPrivilegedChannelAdapter
extends MultithreadedChannelAdapter
implements IPrivilegedChannel

Internal adapter for a multithreaded channel that is also privileged.

Version:
$Revision: 19776 $
Author:
Peter Kharchenko pkharchenko@interactivebusiness.com
See Also:
MultithreadedChannelAdapter

Constructor Summary
MultithreadedPrivilegedChannelAdapter(IMultithreadedChannel channel, String uid)
          Deprecated.  
 
Method Summary
 void setPortalControlStructures(PortalControlStructures pcs)
          Deprecated. Passes portal control structure to the channel.
 
Methods inherited from class org.jasig.portal.MultithreadedChannelAdapter
getRuntimeProperties, receiveEvent, renderXML, setRuntimeData, setStaticData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jasig.portal.IChannel
getRuntimeProperties, receiveEvent, renderXML, setRuntimeData, setStaticData
 

Constructor Detail

MultithreadedPrivilegedChannelAdapter

public MultithreadedPrivilegedChannelAdapter(IMultithreadedChannel channel,
                                             String uid)
Deprecated. 
Method Detail

setPortalControlStructures

public void setPortalControlStructures(PortalControlStructures pcs)
                                throws PortalException
Deprecated. 
Description copied from interface: IPrivileged
Passes portal control structure to the channel.

Specified by:
setPortalControlStructures in interface IPrivileged
Throws:
PortalException
See Also:
PortalControlStructures


Copyright © 2010 Jasig. All Rights Reserved.