source: branches/supervisor/src/test/java/omq/test/multiThread2/Print.java @ 97

Last change on this file since 97 was 97, checked in by stoda, 11 years ago

fair dispatch checked

File size: 223 bytes
Line 
1package omq.test.multiThread2;
2
3import omq.Remote;
4import omq.client.annotation.AsyncMethod;
5
6public interface Print extends Remote {
7
8        @AsyncMethod
9        public void printSleep(int i, long sleep) throws InterruptedException;
10}
Note: See TracBrowser for help on using the repository browser.