net.grinder.synchronisation.messages
Interface BarrierIdentity

All Superinterfaces:
Serializable

public interface BarrierIdentity
extends Serializable

Opaque token that identifies a waiting barrier.

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}.

Author:
Philip Aston

Nested Class Summary
static interface BarrierIdentity.Factory
          Factory for BarrierIdentitys.
 



Copyright © 2000-2013. All Rights Reserved.