| java.lang.ref.WeakReference org.cougaar.core.persist.PersistenceAssociation
PersistenceAssociation | public class PersistenceAssociation extends WeakReference (Code) | | This class establishes an association between an object that has
been persisted and a reference number. It also captures the state
of the object.
|
hash | int hash(Code) | | The hashcode of the object. For efficiency (see IdentityTable).
|
getActive | public int getActive()(Code) | | |
isActive | public boolean isActive()(Code) | | |
isInactive | public boolean isInactive()(Code) | | |
isMarked | public boolean isMarked()(Code) | | |
isNew | public boolean isNew()(Code) | | |
setActive | public void setActive()(Code) | | |
setActive | public void setActive(int newActive)(Code) | | |
setInactive | public void setInactive()(Code) | | |
setMarked | public void setMarked(boolean newMarked)(Code) | | A mark used for various purposes. During a persist operation, the
mark serves to identify associations that are being written to
this persistence delta. During rehydration, the mark is used to
identify associations that were restored from a particular delta.
|
|
|