private void postUpdate(StatusAList aList) { mSDBufferVect.add(aList); synchronized (this) { notifyAll(); } //wake up ReportMgr to process StreamData }