Basic HTML version of Foils prepared May 19 1999

Foil 86 Example 2: Server-side Template

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 abstract class _CountImplBase
3 extends org.omg.CORBA.portable.ObjectImpl
4 implements Counter.Count, org.omg.CORBA.portable.Skeleton {
5 static private org.omg.CORBA.portable.OperationDescriptor[][] _dispatch_table;
6 static {
7 _dispatch_table = new
8 org.omg.CORBA.portable.OperationDescriptor[1][0];
9 .........

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