First benchmark working with capability-based RMI; adjustments in callbacks, etc.
[iot2.git] / benchmarks / drivers / LifxLightBulb / LightBulb_Skeleton.java
index bca38631ba1adf5b35c35522be9db9e855968263..ced4a23cc30a834378f55af8a4c6653169b624ae 100644 (file)
@@ -15,8 +15,8 @@ public class LightBulb_Skeleton implements LightBulb {
        private IoTRMIObject rmiObj;
 
        private String callbackAddress;
-       private final static int object0Id = 0; //LightBulbTest
-       private static Integer[] object0Permission = { 2, 6, 1, 3, 4, 8, 0, 5, 7, 9 };
+       private final static int object0Id = 0; //LightBulbSmart
+       private static Integer[] object0Permission = { 2, 10, 1, 3, 11, 8, 12, 7, 13, 9, 6, 16, 17, 4, 0, 14, 15, 5 };
        private static List<Integer> set0Allowed;