org.jasig.portal
Class MultithreadedPrivilegedCacheableCharacterChannelAdapter

java.lang.Object
  extended by org.jasig.portal.MultithreadedCharacterChannelAdapter
      extended by org.jasig.portal.MultithreadedCacheableCharacterChannelAdapter
          extended by org.jasig.portal.MultithreadedPrivilegedCacheableCharacterChannelAdapter
All Implemented Interfaces:
ICacheable, IChannel, ICharacterChannel, IPrivileged, IPrivilegedChannel
Direct Known Subclasses:
MultithreadedPrivilegedCacheableDirectResponseCharacterChannelAdapter

Deprecated. All IChannel implementations should be migrated to portlets

@Deprecated
public class MultithreadedPrivilegedCacheableCharacterChannelAdapter
extends MultithreadedCacheableCharacterChannelAdapter
implements IPrivilegedChannel

Internal adapter for a multithreaded character channel that is also both privileged and cacheable.

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

Field Summary
 
Fields inherited from interface org.jasig.portal.ICacheable
CHANNEL_CACHE_KEY_INSTANCE_SCOPE, CHANNEL_CACHE_KEY_SCOPE_PARAM_NAME, CHANNEL_CACHE_KEY_SYSTEM_SCOPE
 
Constructor Summary
MultithreadedPrivilegedCacheableCharacterChannelAdapter(IMultithreadedCharacterChannel 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.MultithreadedCacheableCharacterChannelAdapter
generateKey, isCacheValid
 
Methods inherited from class org.jasig.portal.MultithreadedCharacterChannelAdapter
getRuntimeProperties, receiveEvent, renderCharacters, 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

MultithreadedPrivilegedCacheableCharacterChannelAdapter

public MultithreadedPrivilegedCacheableCharacterChannelAdapter(IMultithreadedCharacterChannel 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.