Explicitly exit on timeout 35/71735/1
authorTimoney, Dan (dt5972) <dtimoney@att.com>
Fri, 2 Nov 2018 14:11:48 +0000 (10:11 -0400)
committerTimoney, Dan (dt5972) <dtimoney@att.com>
Fri, 2 Nov 2018 14:11:48 +0000 (10:11 -0400)
commit6c7fe51e60d5736234254da47be4a4c4cb74513c
tree7e52230e93d725032f0d832aaede4904374f2e3a
parentdfa695ebe1cfac0e7f28b4bd6fe895070ce8c794
Explicitly exit on timeout

Previously, when timeout occurs trying to connect successfully to
SDC, code just dropped out of loop in main() method, expecting
to exit.  However, if the SDC client left any threads hanging,
that might not cause process to exit.  Instead, process should
explicitly exit via System.exit().

Change-Id: I28316550cbfc2bbddeaadf080c0afa52a1eae350
Issue-ID: SDNC-472
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
ueb-listener/src/main/java/org/onap/ccsdk/sli/northbound/uebclient/SdncUebClient.java