org.jasig.portal
Class ChannelCacheEntry

java.lang.Object
  extended by org.jasig.portal.ChannelCacheEntry

Deprecated. IChannel rendering code will be replaced with portlet specific rendering code in a future release

@Deprecated
public class ChannelCacheEntry
extends Object

This class takes care of initiating channel rendering thread, monitoring it for timeouts, retreiving cache, and returning rendering results and status. It is used by ChannelRenderer.

Version:
$Revision: 19776 $
Author:
Peter Kharchenko

Field Summary
protected  Object buffer
          Deprecated.  
protected  String title
          Deprecated.  
protected  Object validity
          Deprecated.  
 
Constructor Summary
ChannelCacheEntry(Object buffer, String title, Object validity)
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

buffer

protected Object buffer
Deprecated. 

title

protected String title
Deprecated. 

validity

protected final Object validity
Deprecated. 
Constructor Detail

ChannelCacheEntry

public ChannelCacheEntry(Object buffer,
                         String title,
                         Object validity)
Deprecated. 


Copyright © 2010 Jasig. All Rights Reserved.