public abstract class AbstractBarrierGroupMessage extends Object implements AddressAwareMessage
Constructor and Description |
---|
AbstractBarrierGroupMessage(String name)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Barrier name.
|
WorkerIdentity |
getProcessIdentity()
Worker process identity.
|
void |
setAddress(Address address)
Set the origin address.
|
public AbstractBarrierGroupMessage(String name)
name
- Barrier name.public void setAddress(Address address) throws CommunicationException
setAddress
in interface AddressAwareMessage
address
- The address.CommunicationException
- If the address is not valid for this message type.public WorkerIdentity getProcessIdentity()
public String getName()
Copyright © 2000-2014. All Rights Reserved.