Changes and additional files for RMI profiling
[iot2.git] / iotjava / iotrmi / Java / basics / TestClass_Skeleton.java
index 37a4f9954805dba303dbef14cd009a527b00a68b..0e83e7514745eb1565be8aed9bf4266ab4766acf 100644 (file)
@@ -4,10 +4,11 @@ public class TestClass_Skeleton {
 
        public static void main(String[] args) throws Exception {
 
-               int port = 5010;
+               int portsend = 5000;
+               int portrecv = 6000;
                String callbackAddress = InetAddress.getLocalHost().getHostAddress();
-               TestClass tc = new TestClass(3, 5f, "7911");
-               TestClassInterface_Skeleton tcSkel = new TestClassInterface_Skeleton(tc, callbackAddress, port);
-
+               //TestClassProfiling tc = new TestClassProfiling();
+               TestClass tc = new TestClass();
+               TestClassInterface_Skeleton tcSkel = new TestClassInterface_Skeleton(tc, portsend, portrecv);
        }
-}
\ No newline at end of file
+}