apps.remotecontrol.networkmanager.messages
Class ConnectTablePortalMessage

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.remotecontrol.networkmanager.messages.ConnectTablePortalMessage
All Implemented Interfaces:
java.io.Serializable, Message

public class ConnectTablePortalMessage
extends UnicastApplicationMessage

The Class ConnectTablePortalMessage.

See Also:
Serialized Form

Constructor Summary
ConnectTablePortalMessage()
          Instantiates a new connect table portal message.
ConnectTablePortalMessage(java.lang.Class<?> targetClass, TableIdentity targetTableId, boolean isConnect)
          Instantiates a new connect table portal message.
 
Method Summary
 boolean isConnect()
          Checks if is connect.
 
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

ConnectTablePortalMessage

public ConnectTablePortalMessage()
Instantiates a new connect table portal message.


ConnectTablePortalMessage

public ConnectTablePortalMessage(java.lang.Class<?> targetClass,
                                 TableIdentity targetTableId,
                                 boolean isConnect)
Instantiates a new connect table portal message.

Parameters:
targetClass - the target class
targetTableId - the target table id
isConnect - the is connect
Method Detail

isConnect

public boolean isConnect()
Checks if is connect.

Returns:
true, if is connect