uPortal 2.4.1
API Documentation

org.jasig.portal
Class ChannelCacheEntry

java.lang.Object
  extended byorg.jasig.portal.ChannelCacheEntry

public class ChannelCacheEntry
extends java.lang.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: 1.2 $
Author:
Peter Kharchenko

Constructor Summary
ChannelCacheEntry()
           
ChannelCacheEntry(java.lang.Object buffer, java.lang.Object validity)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelCacheEntry

public ChannelCacheEntry()

ChannelCacheEntry

public ChannelCacheEntry(java.lang.Object buffer,
                         java.lang.Object validity)

uPortal 2.4.1
API Documentation