|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CallDescriptor
An interface that will need to be implemented by anyone using tpacall
ApplicationToMonitorInterface.tpacall(java.lang.String, weblogic.wtc.jatmi.TypedBuffer, int)
,
ApplicationToMonitorInterface.tpgetrply(weblogic.wtc.jatmi.CallDescriptor, int)
Method Summary | |
---|---|
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 |
Method Detail |
---|
boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- Another CallDescriptor object to compare to this object
int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |