com.threerings.crowd.chat.server
Class ChatChannelManager.ChatHistoryResult

java.lang.Object
  extended by com.threerings.crowd.chat.server.ChatChannelManager.ChatHistoryResult
Enclosing class:
ChatChannelManager

public static class ChatChannelManager.ChatHistoryResult
extends Object

Value asynchronously returned by ChatChannelManager.collectChatHistory(com.threerings.util.Name, com.samskivert.util.ResultListener) after polling all peer nodes.


Field Summary
 Set<String> failedNodes
          The set of nodes that either did not reply within the timeout, or had a failure.
 List<ChatHistory.Entry> history
          The things in the user's chat history, aggregated from all nodes and sorted by timestamp.
 
Constructor Summary
ChatChannelManager.ChatHistoryResult()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

failedNodes

public Set<String> failedNodes
The set of nodes that either did not reply within the timeout, or had a failure.


history

public List<ChatHistory.Entry> history
The things in the user's chat history, aggregated from all nodes and sorted by timestamp.

Constructor Detail

ChatChannelManager.ChatHistoryResult

public ChatChannelManager.ChatHistoryResult()