Early version of RMI system for Java part; supports primitives, one-dimensional array...
authorrtrimana <rtrimana@uci.edu>
Mon, 17 Oct 2016 18:35:05 +0000 (11:35 -0700)
committerrtrimana <rtrimana@uci.edu>
Mon, 17 Oct 2016 18:35:05 +0000 (11:35 -0700)
commit599d490dfb2d36edde42dceda38b725e08e0485f
tree01347b265b5f6f8028d15690962f0966ec619b6c
parentde5ea412741de534377de34194621d8d780e2ef1
Early version of RMI system for Java part; supports primitives, one-dimensional array, some of the Collection classes (but not recursively parsed), and callback mechanism
16 files changed:
iotjava/Makefile
iotjava/iotrmi/IoTRMITypes.java
iotjava/iotrmi/Java/IoTRMICall.java
iotjava/iotrmi/Java/IoTRMIObject.java
iotjava/iotrmi/Java/IoTRMIUtil.java
iotjava/iotrmi/Java/IoTSocket.java
iotjava/iotrmi/Java/sample/CallBack.java [new file with mode: 0644]
iotjava/iotrmi/Java/sample/CallBackInterface.java [new file with mode: 0644]
iotjava/iotrmi/Java/sample/CallBack_Skeleton.java [new file with mode: 0644]
iotjava/iotrmi/Java/sample/CallBack_Stub.java [new file with mode: 0644]
iotjava/iotrmi/Java/sample/TestClass.java [new file with mode: 0644]
iotjava/iotrmi/Java/sample/TestClass_Skeleton.java [new file with mode: 0644]
iotjava/iotrmi/Java/sample/TestClass_Stub.java [new file with mode: 0644]
iotjava/iotruntime/master/CommunicationHandler.java [new file with mode: 0644]
iotjava/iotruntime/master/ObjectCreationInfo.java [new file with mode: 0644]
iotjava/iotruntime/master/RuntimeOutput.java [new file with mode: 0644]