BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.wtc.jatmi
Interface CallDescriptor


public interface CallDescriptor

An interface that will need to be implemented by anyone using tpacall

Author:
Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
See Also:
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

equals

public boolean equals(java.lang.Object obj)
All call descriptors should implement equals so that replies can be correlated with each other

Parameters:
obj - Another CallDescriptor object to compare to this object
Returns:
true if the two objects are equal, false otherwise
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
All call descriptors should implement hashCode so that call descriptor objects can be stored efficiently in a hashTable

Returns:
A hash code for this object
Overrides:
hashCode in class java.lang.Object

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81