J-Integra® Espresso Programming Documentation (API)

Object._hash Method

Returns an ORB-internal identifier for this object reference. This is a hash identifier, which does not change during the lifetime of the object reference. The value returned is not guaranteed to be unique. If two object references haver a different hash, they are distinct object references. However, both may still refer to the same CORBA object.

int _hash(
 int maximum
);

Parameters

maximum
the upper bound on the hash value returned by the ORB.

Return Value

the ORB-internal hash identifier for this object reference.

Remarks

none

Exceptions

none

See Also

Object Interface | Object Members | Ics Namespace