Completing stub and skeleton sides' APIs; Adding tests for C++ side; Still need to...
[iot2.git] / iotjava / iotrmi / Java / sample / TestClass_Stub.java
index a57f036eb7095aafd408a1fd216c776c23420d70..39411a75f64f8bc4927f7e11291923d203916231 100644 (file)
@@ -6,7 +6,7 @@ import iotruntime.master.CommunicationHandler;
 
 import java.util.Arrays;
 
-public class TestClass_Stub {
+public class TestClass_Stub implements TestClassInterface {
 
        /**
         * Class Properties
@@ -40,7 +40,7 @@ public class TestClass_Stub {
        }
 
 
-       private void registerCallback(CallBackInterface _cb) {
+       public void registerCallback(CallBackInterface _cb) {
 
                //int port = 5011;      // Send this info to the other end to start the stub
                //String address = "localhost";