Servertec
Persistent Object Store
1.4.1 09/04/2005

stec.pos
Interface PersistentObject


public interface PersistentObject

Interface defining method that a persistent object must implement.

PersistentObject interface must be implemented for objects whose default hashCode() method does not provide consistent hash code function accross Java VMs, does not distribute objects well or is too slow.

Since:
1.0.0 08/12/2001

Method Summary
 long longHashCode()
          Returns the persistent hash code of the current Object.
 

Method Detail

longHashCode

long longHashCode()
Returns the persistent hash code of the current Object.

Returns:
the persistent hash code.
See Also:
hashCode

Servertec
Persistent Object Store
1.4.1 09/04/2005

Copyright © 2001-2005 Servertec. All rights reserved.