Oracle Fusion Middleware
Oracle WebLogic Server 10.3.1 API Reference
11g Release 1 (10.3.1)

Part Number E13941-02

weblogic.wtc.jatmi
Interface CallDescriptor


public interface CallDescriptor

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

See Also:
ApplicationToMonitorInterface.tpacall(java.lang.String, weblogic.wtc.jatmi.TypedBuffer, int), ApplicationToMonitorInterface.tpgetrply(weblogic.wtc.jatmi.CallDescriptor, int)

Method Summary
 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
 

Method Detail

equals

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

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

hashCode

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

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

Documentation is available at
http://download.oracle.com/docs/cd/E12839_01/web.1111/wls.htm
Copyright 1996, 2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server 10.3.1 API Reference
11g Release 1 (10.3.1)

Part Number E13941-02