|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.grinder.synchronisation.messages.AbstractBarrierGroupMessage
public abstract class AbstractBarrierGroupMessage
Common implementation for barrier group messages.
| Constructor Summary | |
|---|---|
AbstractBarrierGroupMessage(String name)
Constructor. |
|
| Method Summary | |
|---|---|
String |
getName()
Barrier name. |
WorkerIdentity |
getProcessIdentity()
Worker process identity. |
void |
setAddress(Address address)
Set the origin address. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractBarrierGroupMessage(String name)
name - Barrier name.| Method Detail |
|---|
public void setAddress(Address address)
throws CommunicationException
setAddress in interface AddressAwareMessageaddress - The address.
CommunicationException - If the address is not valid for this message type.public WorkerIdentity getProcessIdentity()
public String getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||