synergynetframework.appsystem.services.net.networkedcontentmanager.messages
Class SendDataTo

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 synergynetframework.appsystem.services.net.networkedcontentmanager.messages.SendDataTo
All Implemented Interfaces:
java.io.Serializable, Message
Direct Known Subclasses:
SendClientDataTo, SendDataToProjector

public class SendDataTo
extends UnicastApplicationMessage

The Class SendDataTo.

See Also:
Serialized Form

Constructor Summary
SendDataTo(java.lang.Class<?> targetClass, java.util.Collection<ContentItem> collection, TableIdentity id)
          Instantiates a new send data to.
 
Method Summary
 java.util.List<ContentItem> getItems()
          Gets the items.
 
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

SendDataTo

public SendDataTo(java.lang.Class<?> targetClass,
                  java.util.Collection<ContentItem> collection,
                  TableIdentity id)
Instantiates a new send data to.

Parameters:
targetClass - the target class
collection - the collection
id - the id
Method Detail

getItems

public java.util.List<ContentItem> getItems()
Gets the items.

Returns:
the items