public interface CallDescriptor
| Modifier and Type | Method | Description | 
|---|---|---|
| boolean | equals(java.lang.Object obj) | All call descriptors should implement equals so that replies can be
 correlated with each other | 
| int | hashCode() | All call descriptors should implement hashCode so that call descriptor
 objects can be stored efficiently in a hashTable | 
boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - Another CallDescriptor object to compare to this objectint hashCode()
hashCode in class java.lang.Object