BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


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)
Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

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

public boolean equals(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

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

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.