Basic HTML version of Foils prepared May 19 1999

Foil 49 Visigenic Implementation Template Code I

From CORBA Common Object Request Broker Architecture Basic Information Track Computational Science Course CPS616 -- Spring Semester 1999. by Geoffrey Fox, Wojtek Furmanski, Nancy McCracken, Chao-Wei Ou, Shrideep Pallickara


1 package Counter;
2 public class _example_Count extends Counter._CountImplBase {
3 /** Construct a persistently named object. */
4 public _example_Count(java.lang.String name) {
5 super(name);
6 }
7 /** Construct a transient object. */
8 public _example_Count() {
9 super();
10 }
11 Note: This code is generated by IDL->Java pre-compiler and needs to be
12 completed by the developer (by implementing the indicated methods)

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 Mon Jul 5 1999