org.jasig.portal.channels.iccdemo
Class HistoryRecord

java.lang.Object
  extended by org.jasig.portal.channels.iccdemo.HistoryRecord

Deprecated. All IChannel implementations should be migrated to portlets

@Deprecated
public class HistoryRecord
extends Object

A trivial class for keeping a queue of N strings. This class is bound to jndi "chan-obj" context by CHistory, so that CViewer (or other channels) could add to the history list.

Version:
$Revision: 19776 $
Author:
Peter Kharchenko pkharchenko@interactivebusiness.com"

Constructor Summary
HistoryRecord()
          Deprecated.  
HistoryRecord(int maxRecords)
          Deprecated.  
 
Method Summary
 void addHistoryRecord(String newRecord)
          Deprecated.  
 Iterator constIterator()
          Deprecated.  
 String get(int i)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistoryRecord

public HistoryRecord()
Deprecated. 

HistoryRecord

public HistoryRecord(int maxRecords)
Deprecated. 
Method Detail

addHistoryRecord

public void addHistoryRecord(String newRecord)
Deprecated. 

constIterator

public Iterator constIterator()
Deprecated. 

get

public String get(int i)
Deprecated. 


Copyright © 2010 Jasig. All Rights Reserved.