org.glassfish.tyrus.sample.chat.chatdata
Class UserListUpdateMessage

java.lang.Object
  extended by org.glassfish.tyrus.sample.chat.chatdata.ChatMessage
      extended by org.glassfish.tyrus.sample.chat.chatdata.UserListUpdateMessage

public class UserListUpdateMessage
extends ChatMessage


Constructor Summary
UserListUpdateMessage()
           
UserListUpdateMessage(List usernames)
           
UserListUpdateMessage(Set usernames)
           
 
Method Summary
 String asString()
           
 void fromString(String s)
           
 List getUserList()
           
 
Methods inherited from class org.glassfish.tyrus.sample.chat.chatdata.ChatMessage
main
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserListUpdateMessage

public UserListUpdateMessage(Set usernames)

UserListUpdateMessage

public UserListUpdateMessage()

UserListUpdateMessage

public UserListUpdateMessage(List usernames)
Method Detail

getUserList

public List getUserList()

fromString

public void fromString(String s)
Specified by:
fromString in class ChatMessage

asString

public String asString()
Specified by:
asString in class ChatMessage


Copyright © 2012. All Rights Reserved.