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

Figure 2: StreamHealth design.

Back to Article