apps.mtdesktop.messages
Class AnnounceTableMessage

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

public class AnnounceTableMessage
extends BroadcastApplicationMessage

The Class AnnounceTableMessage.

See Also:
Serialized Form

Constructor Summary
AnnounceTableMessage()
          Instantiates a new announce table message.
AnnounceTableMessage(java.lang.Class<?> targetClass, java.lang.String fileServerUrl)
          Instantiates a new announce table message.
 
Method Summary
 java.lang.String getFileServerUrl()
          Gets the file server url.
 void setFileServerUrl(java.lang.String fileServerUrl)
          Sets the file server url.
 
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

AnnounceTableMessage

public AnnounceTableMessage()
Instantiates a new announce table message.


AnnounceTableMessage

public AnnounceTableMessage(java.lang.Class<?> targetClass,
                            java.lang.String fileServerUrl)
Instantiates a new announce table message.

Parameters:
targetClass - the target class
fileServerUrl - the file server url
Method Detail

getFileServerUrl

public java.lang.String getFileServerUrl()
Gets the file server url.

Returns:
the file server url

setFileServerUrl

public void setFileServerUrl(java.lang.String fileServerUrl)
Sets the file server url.

Parameters:
fileServerUrl - the new file server url