Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


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
abstract  boolean equals(Object obj)
          All call descriptors should implement equals so that replies can be correlated with each other
abstract  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

Skip navigation links

Copyright 1996, 2015, 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
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09