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

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.SwapTable
All Implemented Interfaces:
java.io.Serializable, Message

public class SwapTable
extends UnicastApplicationMessage

The Class SwapTable.

See Also:
Serialized Form

Constructor Summary
SwapTable(java.lang.Class<?> targetClass, TableIdentity table1, TableIdentity table2)
          Instantiates a new swap table.
 
Method Summary
 TableIdentity getTable1()
          Gets the table1.
 TableIdentity getTable2()
          Gets the table2.
 
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

SwapTable

public SwapTable(java.lang.Class<?> targetClass,
                 TableIdentity table1,
                 TableIdentity table2)
Instantiates a new swap table.

Parameters:
targetClass - the target class
table1 - the table1
table2 - the table2
Method Detail

getTable1

public TableIdentity getTable1()
Gets the table1.

Returns:
the table1

getTable2

public TableIdentity getTable2()
Gets the table2.

Returns:
the table2