BEA Systems, Inc.

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

Because this information documents a Tech Preview of a BEA product, it may be incomplete and is subject to change. Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/essex/TechPreview
Copyright 2007 BEA Systems Inc.