org.eclipse.ecf.provider.rss.channel
Class SseHistory

java.lang.Object
  extended by org.eclipse.ecf.provider.rss.channel.SseBase
      extended by org.eclipse.ecf.provider.rss.channel.SseHistory
All Implemented Interfaces:
java.io.Serializable

public class SseHistory
extends SseBase

In-Memory implementation of the history element.

Author:
Sergey Yakovlev
See Also:
Serialized Form

Constructor Summary
SseHistory()
           
 
Method Summary
 java.util.List getUpdates()
          Returns the update list within this history.
 
Methods inherited from class org.eclipse.ecf.provider.rss.channel.SseBase
getBy, getWhen, setBy, setWhen, setWhen
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SseHistory

public SseHistory()
Method Detail

getUpdates

public java.util.List getUpdates()
Returns the update list within this history.

Returns:
an update list.