Basic HTML version of Foils prepared May 19 1999

Foil 46 Visigenic Server-side Skeleton Code

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 abstract public class _sk_Count extends _CountImplBase {
3 protected _sk_Count(java.lang.String name) {
4 super(name);
5 }
6 protected _sk_Count() {
7 }
8 }
9 Note: This code is created automatically by
10 IDL->Java pre-compiler from the IDL spec

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