jaxcent
Class JaxcentTopicItem

java.lang.Object
  extended byjaxcent.JaxcentTopicItem

public class JaxcentTopicItem
extends java.lang.Object

JaxcentTopicItem objects are returned by JaxcentTopic. They are given to the JaxcentTopic to retrieve or to wait for the next item. The item and its creation time can be retrieved from objects of this class.


Method Summary
 java.lang.Object getItem()
          Get the underlying item posted to the topic.
 java.util.Date getPostingTime()
          Get the posting time of the item.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getItem

public java.lang.Object getItem()
Get the underlying item posted to the topic.


getPostingTime

public java.util.Date getPostingTime()
Get the posting time of the item.