apps.mtdesktop.messages
Class LaunchVncMessage

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

public class LaunchVncMessage
extends ContentMessage

The Class LaunchVncMessage.

See Also:
Serialized Form

Constructor Summary
LaunchVncMessage()
          Instantiates a new launch vnc message.
LaunchVncMessage(java.lang.Class<?> targetClass, TableIdentity targetTableId, java.lang.String contentId, java.lang.String ipAddress, int port, java.lang.String password, boolean isEnabled)
          Instantiates a new launch vnc message.
 
Method Summary
 java.lang.String getIpAddress()
          Gets the ip address.
 java.lang.String getPassword()
          Gets the password.
 int getPort()
          Gets the port.
 boolean isEnabled()
          Checks if is enabled.
 void setIpAddress(java.lang.String ipAddress)
          Sets the ip address.
 void setIsEnabled(boolean isEnabled)
          Sets the checks if is enabled.
 void setPassword(java.lang.String password)
          Sets the password.
 void setPort(int port)
          Sets the port.
 
Methods inherited from class apps.mtdesktop.messages.ContentMessage
getContentId, setContentId
 
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

LaunchVncMessage

public LaunchVncMessage()
Instantiates a new launch vnc message.


LaunchVncMessage

public LaunchVncMessage(java.lang.Class<?> targetClass,
                        TableIdentity targetTableId,
                        java.lang.String contentId,
                        java.lang.String ipAddress,
                        int port,
                        java.lang.String password,
                        boolean isEnabled)
Instantiates a new launch vnc message.

Parameters:
targetClass - the target class
targetTableId - the target table id
contentId - the content id
ipAddress - the ip address
port - the port
password - the password
isEnabled - the is enabled
Method Detail

getIpAddress

public java.lang.String getIpAddress()
Gets the ip address.

Returns:
the ip address

getPassword

public java.lang.String getPassword()
Gets the password.

Returns:
the password

getPort

public int getPort()
Gets the port.

Returns:
the port

isEnabled

public boolean isEnabled()
Checks if is enabled.

Returns:
true, if is enabled

setIpAddress

public void setIpAddress(java.lang.String ipAddress)
Sets the ip address.

Parameters:
ipAddress - the new ip address

setIsEnabled

public void setIsEnabled(boolean isEnabled)
Sets the checks if is enabled.

Parameters:
isEnabled - the new checks if is enabled

setPassword

public void setPassword(java.lang.String password)
Sets the password.

Parameters:
password - the new password

setPort

public void setPort(int port)
Sets the port.

Parameters:
port - the new port