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


package Counter;
abstract public class _sk_Count extends _CountImplBase {
protected _sk_Count(java.lang.String name) {
super(name);
}
protected _sk_Count() {
}
}
Note: This code is created automatically by
IDL->Java pre-compiler from the IDL spec



© 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