synergynetframework.appsystem.services.net.tablecomms.messages.application
Class ApplicationMessage

java.lang.Object
  extended by synergynetframework.appsystem.services.net.tablecomms.messages.TableMessage
      extended by synergynetframework.appsystem.services.net.tablecomms.messages.application.ApplicationMessage
All Implemented Interfaces:
java.io.Serializable, Message
Direct Known Subclasses:
BroadcastApplicationMessage, UnicastApplicationMessage

public class ApplicationMessage
extends TableMessage

The Class ApplicationMessage.

See Also:
Serialized Form

Constructor Summary
ApplicationMessage()
          Instantiates a new application message.
ApplicationMessage(java.lang.Class<?> targetClass)
          Instantiates a new application message.
ApplicationMessage(java.lang.String targetClassName)
          Instantiates a new application message.
 
Method Summary
 java.lang.String getTargetClassName()
          Gets the target class name.
 void setTargetClassName(java.lang.String targetClassName)
          Sets the target class name.
 
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

ApplicationMessage

public ApplicationMessage()
Instantiates a new application message.


ApplicationMessage

public ApplicationMessage(java.lang.Class<?> targetClass)
Instantiates a new application message.

Parameters:
targetClass - the target class

ApplicationMessage

public ApplicationMessage(java.lang.String targetClassName)
Instantiates a new application message.

Parameters:
targetClassName - the target class name
Method Detail

getTargetClassName

public java.lang.String getTargetClassName()
Gets the target class name.

Returns:
the target class name

setTargetClassName

public void setTargetClassName(java.lang.String targetClassName)
Sets the target class name.

Parameters:
targetClassName - the new target class name