Align linux and android versions of OcPlatform.java
authorLarry Sachs <larry.j.sachs@intel.com>
Sat, 7 Jan 2017 01:22:46 +0000 (17:22 -0800)
committerRick Bell <richard.s.bell@intel.com>
Tue, 10 Jan 2017 22:31:31 +0000 (22:31 +0000)
commit98df4fca06c91d25c523d13377629ff88bf5b1de
tree7c16f3414a76073a15d445d878b471da0c5b624f
parent686aeba0b1583214e35745e13da6698cd37556b3
Align linux and android versions of OcPlatform.java
Fix [IOT-1713] deprecate the Java support for registerDeviceInfo, in favor of setPropertyValue

Although not directly related, these two commits are intertwined
and it seemed easier to put them in a single commit rather than two
dependent commits.

Change-Id: I67513305e5d00ae942b11150189816d9689f0caa
Signed-off-by: Larry Sachs <larry.j.sachs@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/16219
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Dave Thaler <dthaler@microsoft.com>
Reviewed-by: George Nash <george.nash@intel.com>
Reviewed-by: Habib Virji <habib.virji@samsung.com>
Reviewed-by: Rick Bell <richard.s.bell@intel.com>
java/common/src/main/java/org/iotivity/base/PayloadType.java [new file with mode: 0644]
java/examples-java/simpleclient/src/main/java/org/iotivity/base/examples/Light.java
java/examples-java/simpleclient/src/main/java/org/iotivity/base/examples/SimpleClient.java
java/iotivity-android/src/main/java/org/iotivity/base/OcPlatform.java
java/iotivity-linux/src/main/java/org/iotivity/base/OcPlatform.java
java/jni/JniOcPlatform.cpp
java/jni/JniOcPlatform.h