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

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

protected static class ChatChannelManager.ChannelInfo
extends Object

Contains metadata for a particular channel.


Field Summary
 ChatChannel channel
          The channel this info is for.
 long lastMessage
          The time at which a message was last dispatched on this channel.
 Set<Integer> participants
          The body ids of the participants of this channel.
 
Constructor Summary
protected ChatChannelManager.ChannelInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

channel

public ChatChannel channel
The channel this info is for.


participants

public Set<Integer> participants
The body ids of the participants of this channel.


lastMessage

public long lastMessage
The time at which a message was last dispatched on this channel.

Constructor Detail

ChatChannelManager.ChannelInfo

protected ChatChannelManager.ChannelInfo()