Example 2: Client-side Stub
public class _CountStub extends org.omg.CORBA.portable.ObjectImpl implements Counter.Count {
public int sum() throws org.omg.CORBA.SystemException {
java.lang.Object _o[] = new java.lang.Object[1];
_invoke(__ops[0], _n, _o);
return (int) (_n[0] & 0xFFFFFFFFL);