synergynetframework.appsystem.services.tablecontrolclient.messages
Class ChangeApplicationMessage

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 synergynetframework.appsystem.services.tablecontrolclient.messages.ChangeApplicationMessage
All Implemented Interfaces:
java.io.Serializable, Message

public class ChangeApplicationMessage
extends BroadcastApplicationMessage

The Class ChangeApplicationMessage.

See Also:
Serialized Form

Constructor Summary
ChangeApplicationMessage(java.lang.String applicationName)
          Instantiates a new change application message.
 
Method Summary
 java.lang.String getApplicationName()
          Gets the application name.
 void setApplicationClass(java.lang.String applicationName)
          Sets the application class.
 java.lang.String toString()
           
 
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, wait, wait, wait
 

Constructor Detail

ChangeApplicationMessage

public ChangeApplicationMessage(java.lang.String applicationName)
Instantiates a new change application message.

Parameters:
applicationName - the application name
Method Detail

getApplicationName

public java.lang.String getApplicationName()
Gets the application name.

Returns:
the application name

setApplicationClass

public void setApplicationClass(java.lang.String applicationName)
Sets the application class.

Parameters:
applicationName - the new application class

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object