Adding new policy, Java, and Cpp files for testing/debugging
[iot2.git] / iotjava / iotrmi / Java / basics / TestClass_Skeleton.java
1
2 public class TestClass_Skeleton {
3
4         public static void main(String[] args) throws Exception {
5
6                 int port = 5010;
7                 TestClass tc = new TestClass(3, 5f, "7911");
8                 TestClassInterface_Skeleton tcSkel = new TestClassInterface_Skeleton(tc, port);
9
10         }
11 }