apps.remotecontrol.networkmanager.messages
Class ConnectTablePortalMessage
java.lang.Object
synergynetframework.appsystem.services.net.tablecomms.messages.TableMessage
synergynetframework.appsystem.services.net.tablecomms.messages.application.ApplicationMessage
synergynetframework.appsystem.services.net.tablecomms.messages.application.UnicastApplicationMessage
apps.remotecontrol.networkmanager.messages.ConnectTablePortalMessage
- All Implemented Interfaces:
- java.io.Serializable, Message
public class ConnectTablePortalMessage
- extends UnicastApplicationMessage
The Class ConnectTablePortalMessage.
- See Also:
- Serialized Form
Method Summary |
boolean |
isConnect()
Checks if is connect. |
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 |
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 classtargetTableId
- the target table idisConnect
- the is connect
isConnect
public boolean isConnect()
- Checks if is connect.
- Returns:
- true, if is connect