public interface BarrierIdentity extends Serializable
A net.grinder.script.Barrier
can await()
multiple times in
succession. It should use a globally unique identity for each call to
addWaiter.
Implementations are compared to each other using {link #equals}.
Modifier and Type | Interface and Description |
---|---|
static interface |
BarrierIdentity.Factory
Factory for
BarrierIdentity s. |
Copyright © 2000-2014. All Rights Reserved.