Example: Java Interface
public interface Count extends CORBA.Object {
public int sum() throws CORBA.Exception;
public void sum(int val) throws CORBA.Exception;
public int increment() throws CORBA.Exception;
Note: This code is created automatically by
IDL->Java pre-compiler from the IDL spec