Example 2: Java Interface
public interface Count extends org.omg.CORBA.Object {
int sum() throws org.omg.CORBA.SystemException;
void sum(int arg) throws org.omg.CORBA.SystemException;
Note: This code is created automatically by idltojava pre-compiler from the IDL spec.