1 package org.activeio.oneport; 2 3 /*** 4 * Interface definition: TestIIOPServer. 5 * 6 * @author OpenORB Compiler 7 */ 8 public interface TestIIOPServerOperations 9 { 10 /*** 11 * Operation test 12 */ 13 public void test(); 14 15 }