|
||||||||||
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
public class ApplicationMessage
The Class ApplicationMessage.
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 |
---|
public ApplicationMessage()
public ApplicationMessage(java.lang.Class<?> targetClass)
targetClass
- the target classpublic ApplicationMessage(java.lang.String targetClassName)
targetClassName
- the target class nameMethod Detail |
---|
public java.lang.String getTargetClassName()
public void setTargetClassName(java.lang.String targetClassName)
targetClassName
- the new target class name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |