All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----jdce.util.message.jdceMessage
![]() | Java Class jdce.util.jdceMessage
![]() Source File jdce/util/jdceMessage.java
| ![]() IDL Source File client.idl
| ![]() IDL Absolute Name ::jdce::util::jdceMessage
| ![]() Repository Identifier IDL:jdce/util/jdceMessage:1.0
| |
extensible struct jdceMessage { string sender; string applicationType; string messageType; string protocolType; ::java::lang::Object content; };jdce Worker Thread which is responsible for the callbacks to the client. There is a worker associated with every client that has registered to the System.
public String sender
public String applicationType
public String messageType
public String protocolType
public String bahnName
public Object content
public jdceMessage()
public void setSender(String _senderName)
public String getSender()
public void setApplicationType(String _app)
public String getApplicationType()
public void setProtocolType(String _protocol)
public String getProtocol()
public void setContent(Object _object)
public Object getContent()
public void setBahnName(String _bahn)
public String getBahnName()
All Packages Class Hierarchy This Package Previous Next Index