package omq.test.multiThread2; import omq.Remote; import omq.client.annotation.AsyncMethod; public interface Print extends Remote { @AsyncMethod public void printSleep(int i, long sleep) throws InterruptedException; }