synergynetframework.appsystem.services.net.networkedcontentmanager.messages.networkedflick
Class RegisterTableMessage

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

public class RegisterTableMessage
extends UnicastApplicationMessage

The Class RegisterTableMessage.

See Also:
Serialized Form

Constructor Summary
RegisterTableMessage(java.lang.Class<?> targetClass, int tablePositionX, int tablePositionY, float angle, java.lang.String objShape)
          Instantiates a new register table message.
RegisterTableMessage(java.lang.Class<?> targetClass, TableInfo tableInfo, TableIdentity targetTable)
          Instantiates a new register table message.
 
Method Summary
 TableInfo getTableInfo()
          Gets the table info.
 
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

RegisterTableMessage

public RegisterTableMessage(java.lang.Class<?> targetClass,
                            int tablePositionX,
                            int tablePositionY,
                            float angle,
                            java.lang.String objShape)
Instantiates a new register table message.

Parameters:
targetClass - the target class
tablePositionX - the table position x
tablePositionY - the table position y
angle - the angle
objShape - the obj shape

RegisterTableMessage

public RegisterTableMessage(java.lang.Class<?> targetClass,
                            TableInfo tableInfo,
                            TableIdentity targetTable)
Instantiates a new register table message.

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

getTableInfo

public TableInfo getTableInfo()
Gets the table info.

Returns:
the table info