uPortal 2.4.1
API Documentation

org.jasig.portal.channels.iccdemo
Class HistoryRecord

java.lang.Object
  extended byorg.jasig.portal.channels.iccdemo.HistoryRecord

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

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

Constructor Detail

HistoryRecord

public HistoryRecord()

HistoryRecord

public HistoryRecord(int maxRecords)
Method Detail

addHistoryRecord

public void addHistoryRecord(java.lang.String newRecord)

constIterator

public java.util.Iterator constIterator()

get

public java.lang.String get(int i)

uPortal 2.4.1
API Documentation