Basic HTML version of Foils prepared July 5 98

Foil 41 JDCE Messages

From FMS: Forces Modeling and Simulation Handout JSU HPC Summer Institute for Undergraduates, Jackson MS -- June 15 1998. by Wojtek Furmanski, Subhash Nair, Tom Pulikal


module java {
module lang { extensible struct Object;
};
};
module jdce {
module util {
module message {
extensible struct jdceMessage {
string sender;
string applicationType;
string messageType;
string protocolType;
::java::lang::Object content;
};
};
};
};
IDL DEFINITION
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)



© 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