Basic HTML version of Foils prepared March 23 98

Foil 38 ComponentWare Linkage Model

From JavaBeans and Use in ComponentWare Basic Information Track Computational Science Course CPS616 -- March 25 1998. by Nancy McCracken, Geoffrey C. Fox, Wojtek Furmanski


1 This involves sources, listeners and observers and is an interesting multi-tier model of linkage/communication
2 One can (in some cases) merge observer and listener but not the listener and source
3 Registration involves sending an object name -- termed the callback object -- from the listener to the source.
4 When event occurs, the source invokes a particular (event dependent) method of the callback object
5 Events can be distinguished by using different callback methods (demultiplexing) or by inspecting the argument of a more generic method.
6 Sources and Listeners use a "controlled syntax" but there are no special interfaces or methods for linkage of observers and listeners as usually(often) these are combined.

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 Sun Nov 29 1998