public interface CallDescriptor
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(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(Object obj)