|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.qpid.test.framework.TestClientDetails
public class TestClientDetails
TestClientDetails is used to encapsulate information about an interop test client. It pairs together the unique name of the client, and the route on which it listens to its control messages.
Responsibilities | Collaborations |
---|---|
Record test clients control addresses together with their names. |
Field Summary | |
---|---|
String |
clientName
The test clients name. |
String |
privateControlKey
The routing key of the test clients control topic. |
Constructor Summary | |
---|---|
TestClientDetails()
|
Method Summary | |
---|---|
boolean |
equals(Object o)
Two TestClientDetails are considered to be equal, iff they have the same client name. |
int |
hashCode()
Computes a hash code compatible with the equals method; based on the client name alone. |
String |
toString()
Outputs the client name and address details. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public String clientName
public String privateControlKey
Constructor Detail |
---|
public TestClientDetails()
Method Detail |
---|
public boolean equals(Object o)
equals
in class Object
o
- The object to compare to.
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |