apps.mtdesktop.messages
Class UnicastSearchTableMessage

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 apps.mtdesktop.messages.UnicastSearchTableMessage
All Implemented Interfaces:
java.io.Serializable, Message

public class UnicastSearchTableMessage
extends UnicastApplicationMessage

The Class UnicastSearchTableMessage.

See Also:
Serialized Form

Constructor Summary
UnicastSearchTableMessage()
          Instantiates a new unicast search table message.
UnicastSearchTableMessage(java.lang.Class<?> targetClass, TableIdentity targetTableId, DesktopClient.Position position)
          Instantiates a new unicast search table message.
 
Method Summary
 DesktopClient.Position getClientPosition()
          Gets the client position.
 void setClientPosition(DesktopClient.Position position)
          Sets the client position.
 
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

UnicastSearchTableMessage

public UnicastSearchTableMessage()
Instantiates a new unicast search table message.


UnicastSearchTableMessage

public UnicastSearchTableMessage(java.lang.Class<?> targetClass,
                                 TableIdentity targetTableId,
                                 DesktopClient.Position position)
Instantiates a new unicast search table message.

Parameters:
targetClass - the target class
targetTableId - the target table id
position - the position
Method Detail

getClientPosition

public DesktopClient.Position getClientPosition()
Gets the client position.

Returns:
the client position

setClientPosition

public void setClientPosition(DesktopClient.Position position)
Sets the client position.

Parameters:
position - the new client position