synergynetframework.appsystem.services.net.rapidnetworkmanager.messages.networkflick
Class AnnounceTableMessage

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.BroadcastApplicationMessage
              extended by synergynetframework.appsystem.services.net.rapidnetworkmanager.messages.networkflick.AnnounceTableMessage
All Implemented Interfaces:
java.io.Serializable, Message

public class AnnounceTableMessage
extends BroadcastApplicationMessage

The Class AnnounceTableMessage.

See Also:
Serialized Form

Constructor Summary
AnnounceTableMessage(java.lang.Class<?> targetClass)
          Instantiates a new announce table message.
AnnounceTableMessage(java.lang.Class<?> targetClass, TableInfo tableInfo)
          Instantiates a new announce table message.
 
Method Summary
 TableInfo getTableInfo()
          Gets the table info.
 void setTableInfo(TableInfo tableInfo)
          Sets the table info.
 
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

AnnounceTableMessage

public AnnounceTableMessage(java.lang.Class<?> targetClass)
Instantiates a new announce table message.

Parameters:
targetClass - the target class

AnnounceTableMessage

public AnnounceTableMessage(java.lang.Class<?> targetClass,
                            TableInfo tableInfo)
Instantiates a new announce table message.

Parameters:
targetClass - the target class
tableInfo - the table info
Method Detail

getTableInfo

public TableInfo getTableInfo()
Gets the table info.

Returns:
the table info

setTableInfo

public void setTableInfo(TableInfo tableInfo)
Sets the table info.

Parameters:
tableInfo - the new table info