|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsynergynetframework.appsystem.services.net.tablecomms.messages.TableMessage
synergynetframework.appsystem.services.net.tablecomms.messages.application.ApplicationMessage
synergynetframework.appsystem.services.net.tablecomms.messages.application.UnicastApplicationMessage
apps.mtdesktop.messages.ContentMessage
apps.mtdesktop.messages.LaunchVncMessage
public class LaunchVncMessage
The Class LaunchVncMessage.
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 |
---|
public 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)
targetClass
- the target classtargetTableId
- the target table idcontentId
- the content idipAddress
- the ip addressport
- the portpassword
- the passwordisEnabled
- the is enabledMethod Detail |
---|
public java.lang.String getIpAddress()
public java.lang.String getPassword()
public int getPort()
public boolean isEnabled()
public void setIpAddress(java.lang.String ipAddress)
ipAddress
- the new ip addresspublic void setIsEnabled(boolean isEnabled)
isEnabled
- the new checks if is enabledpublic void setPassword(java.lang.String password)
password
- the new passwordpublic void setPort(int port)
port
- the new port
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |