net.grinder.synchronisation.messages
Class CancelWaiterMessage
java.lang.Object
net.grinder.synchronisation.messages.AbstractBarrierGroupMessage
net.grinder.synchronisation.messages.CancelWaiterMessage
- All Implemented Interfaces:
- Serializable, AddressAwareMessage, Message
public class CancelWaiterMessage
- extends AbstractBarrierGroupMessage
Barrier group message requesting that a waiter be removed.
- Author:
- Philip Aston
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CancelWaiterMessage
public CancelWaiterMessage(String name,
BarrierIdentity barrierIdentity)
- Constructor.
- Parameters:
name - Barrier name.barrierIdentity - The identity of the waiter.
getBarrierIdentity
public BarrierIdentity getBarrierIdentity()
- Identifies the waiter.
- Returns:
- The identity of the waiter.
Copyright © 2000-2013. All Rights Reserved.