|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portal.channels.iccdemo.HistoryRecord
@Deprecated public class HistoryRecord
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.
| 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 |
|---|
public HistoryRecord()
public HistoryRecord(int maxRecords)
| Method Detail |
|---|
public void addHistoryRecord(String newRecord)
public Iterator constIterator()
public String get(int i)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||