|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsynergynetframework.appsystem.services.net.tablecomms.messages.TableMessage
synergynetframework.appsystem.services.net.tablecomms.messages.application.ApplicationMessage
synergynetframework.appsystem.services.net.tablecomms.messages.application.UnicastApplicationMessage
synergynetframework.appsystem.services.net.networkedcontentmanager.messages.SwapTable
public class SwapTable
The Class SwapTable.
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 |
---|
public SwapTable(java.lang.Class<?> targetClass, TableIdentity table1, TableIdentity table2)
targetClass
- the target classtable1
- the table1table2
- the table2Method Detail |
---|
public TableIdentity getTable1()
public TableIdentity getTable2()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |