Add Test Case
[vfc/nfvo/driver/ems.git] / ems / boco / src / main / java / org / onap / vfc / nfvo / emsdriver / collector / CollectMsgReceiverThread.java
index ae15248..5c84a72 100644 (file)
@@ -88,5 +88,16 @@ public class CollectMsgReceiverThread extends DriverThread{
                this.thread_max_num = thread_max_num;
        }
 
+
+
+       /**
+        * @return the taskService
+        */
+       public TaskThreadService getTaskService() {
+               return taskService;
+       }
+
+
+
        
 }