| java.lang.Object com.versant.core.jdo.PMCacheEntry
PMCacheEntry | public class PMCacheEntry (Code) | | This is a wrapper instance used to represent an entry in the pm ManagedCache.
It can either represent a OID-State pair or an OID-PCStateMan pair.
It both cases the reference type can be weak or soft or hard.
|
mappedOID | public OID mappedOID(Code) | | The oid this mapping is done on.
|
processListNext | public PMCacheEntry processListNext(Code) | | This is a linked list of items to process at the end of the tx.
|
PMCacheEntry | public PMCacheEntry()(Code) | | |
clear | public void clear()(Code) | | |
get | public Object get()(Code) | | Return the referenced instance.
Either state of sm.
|
hashCode | public int hashCode()(Code) | | |
reHash | public void reHash(OID newOID)(Code) | | Called when this is being remapped with a real oid.
|
reset | public void reset()(Code) | | |
unlinkNextList | public void unlinkNextList()(Code) | | |
unlinkProcessList | public void unlinkProcessList()(Code) | | |
|
|