First version of skeleton-stub communication using queue and 2 sockets (one send...
[iot2.git] / iotjava / iotrmi / Java / basics / CallBack.java
index 1fb79e2fa601e214113d04293e9c77a8ec6744f0..5f731daa5e549d8edc4031943887053e0519fc3c 100644 (file)
@@ -30,7 +30,8 @@ public class CallBack implements CallBackInterface {
        
        public void needCallback(TestClassComplete tc) {
 
        
        public void needCallback(TestClassComplete tc) {
 
-               System.out.println("Going to invoke getShort()!");
+               //System.out.println("Going to invoke getShort()!");
+               //for(int i=0; i<10; i++)
                System.out.println("Short from TestClass: " + tc.getShort((short)1234));
        }
 }
                System.out.println("Short from TestClass: " + tc.getShort((short)1234));
        }
 }