All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jdce.util.message.jdceMessage

java.lang.Object
   |
   +----jdce.util.message.jdceMessage

public class jdceMessage
extends Object
implements Serializable

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
IDL definition:

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.

Version:
0.5 20 April 1998
Author:
Shrideep Pallickara

Variable Index

 o applicationType
 o bahnName
 o content
 o messageType
 o protocolType
 o sender

Constructor Index

 o jdceMessage()

Method Index

 o getApplicationType()
 o getBahnName()
 o getContent()
 o getProtocol()
 o getSender()
 o setApplicationType(String)
 o setBahnName(String)
 o setContent(Object)
 o setProtocolType(String)
 o setSender(String)

Variables

 o sender
 public String sender
 o applicationType
 public String applicationType
 o messageType
 public String messageType
 o protocolType
 public String protocolType
 o bahnName
 public String bahnName
 o content
 public Object content

Constructors

 o jdceMessage
 public jdceMessage()

Methods

 o setSender
 public void setSender(String _senderName)
 o getSender
 public String getSender()
 o setApplicationType
 public void setApplicationType(String _app)
 o getApplicationType
 public String getApplicationType()
 o setProtocolType
 public void setProtocolType(String _protocol)
 o getProtocol
 public String getProtocol()
 o setContent
 public void setContent(Object _object)
 o getContent
 public Object getContent()
 o setBahnName
 public void setBahnName(String _bahn)
 o getBahnName
 public String getBahnName()

All Packages  Class Hierarchy  This Package  Previous  Next  Index