First benchmark working with capability-based RMI; adjustments in callbacks, etc.
[iot2.git] / iotjava / iotrmi / Java / IoTRMICall.java
index 06753be29d0f43962e3afe093decc1cd0fc6a421..1c8722183ec6b6327f3d4e02a61a829acc03cdba 100644 (file)
@@ -31,7 +31,6 @@ public class IoTRMICall {
         */
        private IoTRMIUtil rmiUtil;
        private IoTSocketClient rmiClient;
-       //private List<String> listMethodId;    // Map from method ID to signature
 
 
        /**
@@ -52,10 +51,8 @@ public class IoTRMICall {
 
                // Send method info
                byte[] methodBytes = methodToBytes(objectId, methodId, paramCls, paramObj);
-               //System.out.println("Method RMICall: " + Arrays.toString(methodBytes));
                try {
                        rmiClient.sendBytes(methodBytes);
-                       //System.out.println("Sent bytes RMICall!!!");
                } catch (IOException ex) {
                        ex.printStackTrace();
                        throw new Error("IoTRMICall: Error when sending bytes - rmiClient.sendBytes()");