|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.grinder.common.processidentity.ProcessAddress<T>
T - Process identity type.public abstract class ProcessAddress<T extends ProcessIdentity>
Base Address implementation for a process.
| Constructor Summary | |
|---|---|
ProcessAddress(T processIdentity)
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
T |
getIdentity()
The process identity. |
int |
hashCode()
|
boolean |
includes(Address address)
Whether this address includes the given address. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProcessAddress(T processIdentity)
processIdentity - The agent identity.| Method Detail |
|---|
public boolean includes(Address address)
The general includes relationship is transitive, reflexive,
and asymmetric. Simple implementations of "physical addresses" should just
delegate to equals().
includes in interface Addressaddress - The address to check.
true if and only if we include address.public T getIdentity()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object o)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||