apps.mathpadapp.networkmanager.messages.fromclient.fromtable
Class PostUserIdsFromTableMessage

java.lang.Object
  extended by synergynetframework.appsystem.services.net.tablecomms.messages.TableMessage
      extended by synergynetframework.appsystem.services.net.tablecomms.messages.application.ApplicationMessage
          extended by synergynetframework.appsystem.services.net.tablecomms.messages.application.UnicastApplicationMessage
              extended by apps.mathpadapp.networkmanager.messages.fromclient.fromtable.TableToControllerMessage
                  extended by apps.mathpadapp.networkmanager.messages.fromclient.fromtable.PostUserIdsFromTableMessage
All Implemented Interfaces:
java.io.Serializable, Message

public class PostUserIdsFromTableMessage
extends TableToControllerMessage

The Class PostUserIdsFromTableMessage.

See Also:
Serialized Form

Constructor Summary
PostUserIdsFromTableMessage(java.lang.Class<?> targetClass, java.util.List<UserIdentity> userIds, TableIdentity tableId)
          Instantiates a new post user ids from table message.
 
Method Summary
 java.util.List<UserIdentity> getUserIds()
          Gets the user ids.
 
Methods inherited from class synergynetframework.appsystem.services.net.tablecomms.messages.application.UnicastApplicationMessage
getRecipient, setRecipient
 
Methods inherited from class synergynetframework.appsystem.services.net.tablecomms.messages.application.ApplicationMessage
getTargetClassName, setTargetClassName
 
Methods inherited from class synergynetframework.appsystem.services.net.tablecomms.messages.TableMessage
getSender
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostUserIdsFromTableMessage

public PostUserIdsFromTableMessage(java.lang.Class<?> targetClass,
                                   java.util.List<UserIdentity> userIds,
                                   TableIdentity tableId)
Instantiates a new post user ids from table message.

Parameters:
targetClass - the target class
userIds - the user ids
tableId - the table id
Method Detail

getUserIds

public java.util.List<UserIdentity> getUserIds()
Gets the user ids.

Returns:
the user ids