Count Java Interface -- Actual Code
public interface Count extends org.omg.CORBA.Object {
public void sum(int sum);
/*Implement Remote Operation */
Note: The IDL type long was converted to Java type int
Note: This code is created automatically by IDL->Java pre-compiler from the IDL spec
Note: All client programs invoking the remote count object must use this as interface definition for remote object