Basic HTML version of Foils prepared July 15 1998

Foil 17 JDCE Messages

From Java Distributed Collaborative Environment as a CORBA and RMI Example Tutorial: ITEA HPCC Conference Aberdeen Md. -- July 13 98. by Shrideep Pallickara


1 module java {
2 module lang { extensible struct Object;
3 };
4 };
5 module jdce {
6 module util {
7 module message {
8 extensible struct jdceMessage {
9 string sender;
10 string applicationType;
11 string messageType;
12 string protocolType;
13 ::java::lang::Object content;
14 };
15 };
16 };
17 };
18 The Message Object Implementation consists of the following methods, which conform to the JavaBeans Design Patterns.
  • getApplicationType()
  • getBahnName()
  • getContent()
  • getProtocol()
  • getSender()
  • setApplicationType(String)
  • setBahnName(String)
  • setContent(Object)
  • setProtocolType(String)
  • setSender(String)

in Table To:


© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Sat Nov 28 1998