Explicitly exit on timeout 36/71736/1
authorTimoney, Dan (dt5972) <dtimoney@att.com>
Fri, 2 Nov 2018 14:11:48 +0000 (10:11 -0400)
committerDan Timoney <dtimoney@att.com>
Fri, 2 Nov 2018 14:35:23 +0000 (14:35 +0000)
commit29e7063b7f1832d14fd92642914e6917da45c18c
tree9207fde66d4edcc80b9c2163ff9e3d318f637529
parent25bb156451b5603f53f3db125c7876a7de571bd8
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