Preparing 3rd benchmark for porting with capability-based RMI
authorrtrimana <rtrimana@uci.edu>
Thu, 5 Jan 2017 01:31:23 +0000 (17:31 -0800)
committerrtrimana <rtrimana@uci.edu>
Thu, 5 Jan 2017 01:31:23 +0000 (17:31 -0800)
commitf77e9eb60a5846f469320af729bac0bd1e16c1eb
tree6af5a2dcb458c7eb097f50ce2bd8d722e1e9baff
parentf0cd7e27b48bdb5338ffe6cf23b0628cf027b37c
Preparing 3rd benchmark for porting with capability-based RMI
38 files changed:
benchmarks/IrrigationController/Makefile
benchmarks/Makefile
benchmarks/SpeakerController/GPSGatewayCallback_CallbackSkeleton.java [new file with mode: 0644]
benchmarks/SpeakerController/GPSGatewaySmart_Stub.java [new file with mode: 0644]
benchmarks/SpeakerController/Makefile
benchmarks/SpeakerController/RoomSmart_Stub.java [new file with mode: 0644]
benchmarks/SpeakerController/SpeakerCallback_CallbackSkeleton.java [new file with mode: 0644]
benchmarks/SpeakerController/SpeakerController.java
benchmarks/SpeakerController/SpeakerSmart_Stub.java [new file with mode: 0644]
benchmarks/drivers/AudioRoom/AudioRoom.config [new file with mode: 0644]
benchmarks/drivers/AudioRoom/AudioRoom.java [new file with mode: 0644]
benchmarks/drivers/AudioRoom/Room_Skeleton.java [new file with mode: 0644]
benchmarks/drivers/GPSPhoneGateway/GPSPhoneGateway.config [new file with mode: 0644]
benchmarks/drivers/GPSPhoneGateway/GPSPhoneGateway.java [new file with mode: 0644]
benchmarks/drivers/GPSPhoneGateway/PhoneInfo.java [new file with mode: 0644]
benchmarks/drivers/GPSPhoneGateway/PhoneInfoInterface.java [new file with mode: 0644]
benchmarks/drivers/IHome/IHome.config [new file with mode: 0644]
benchmarks/drivers/IHome/IHome.java [new file with mode: 0644]
benchmarks/drivers/Makefile
benchmarks/interfaces/GPSGateway.java [new file with mode: 0644]
benchmarks/interfaces/GPSGatewayCallback.java [new file with mode: 0644]
benchmarks/interfaces/GPSGatewaySmart.java [new file with mode: 0644]
benchmarks/interfaces/GPSGatewaySmartCallback.java [new file with mode: 0644]
benchmarks/interfaces/Speaker.java [new file with mode: 0644]
benchmarks/interfaces/SpeakerCallback.java [new file with mode: 0644]
benchmarks/interfaces/SpeakerSmart.java [new file with mode: 0644]
benchmarks/interfaces/SpeakerSmartCallback.java [new file with mode: 0644]
iotjava/Makefile
localconfig/iotpolicy/AudioRoom/audioroom.pol [new file with mode: 0644]
localconfig/iotpolicy/AudioRoom/roomsmart.req [new file with mode: 0644]
localconfig/iotpolicy/GPSPhoneGateway/gpsgatewaycallback.pol [new file with mode: 0644]
localconfig/iotpolicy/GPSPhoneGateway/gpsphonegateway.pol [new file with mode: 0644]
localconfig/iotpolicy/GPSPhoneGateway/smartgpsgateway.req [new file with mode: 0644]
localconfig/iotpolicy/GPSPhoneGateway/smartgpsgatewaycallback.req [new file with mode: 0644]
localconfig/iotpolicy/IHome/ihome.pol [new file with mode: 0644]
localconfig/iotpolicy/IHome/smartspeaker.req [new file with mode: 0644]
localconfig/iotpolicy/IHome/smartspeakercallback.req [new file with mode: 0644]
localconfig/iotpolicy/IHome/speakercallback.pol [new file with mode: 0644]