org.opennms.bb.dp.capsd.components
Class CapsReader.SignalAfter

java.lang.Object
  |
  +--org.opennms.bb.dp.capsd.components.CapsReader.SignalAfter
All Implemented Interfaces:
Signaler
Enclosing class:
CapsReader

private final class CapsReader.SignalAfter
extends Object
implements Signaler

The SignalAfter class is used to delay the notification of a signal until a predefined number of "signals" have occured. It can be though of as a high water mark signaler. Once the high water mark has been reached each call to signal or signalAll will always result in the object's notify or notifyAll being called, respecitively.

Version:
$Revision: 1.13 $
Author:
Sowmya, Weave, OpenNMS

Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait