|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.grogra.persistence.ShareableBase de.grogra.graph.impl.ContextDependentBase
public abstract class ContextDependentBase
Constructor Summary | |
---|---|
ContextDependentBase()
|
Method Summary | |
---|---|
void |
writeStamp(Cache.Entry cache,
GraphState gs)
Writes a stamp of the context into cache . |
Methods inherited from class de.grogra.persistence.ShareableBase |
---|
addReference, appendReferencesTo, fieldModified, getProvider, getStamp, initProvider, manageableReadResolve, manageableWriteReplace, removeReference |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface de.grogra.graph.ContextDependent |
---|
dependsOnContext |
Methods inherited from interface de.grogra.persistence.Manageable |
---|
getManageableType |
Constructor Detail |
---|
public ContextDependentBase()
Method Detail |
---|
public void writeStamp(Cache.Entry cache, GraphState gs)
ContextDependent
cache
. Based on
this stamp, a cache detects whether the context of this
object has changed or not.
writeStamp
in interface ContextDependent
cache
- a cache entry to write the stampgs
- the current graph state
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |