|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.amber.entity.RowInvalidateCompletion
public class RowInvalidateCompletion
Code to update the cache value on the completion of a transaction.
Constructor Summary | |
---|---|
RowInvalidateCompletion(java.lang.String table,
java.lang.Object key)
|
Method Summary | |
---|---|
boolean |
complete(EntityType entityType,
java.lang.Object key,
EntityItem entityItem)
Code when the transaction completes. |
boolean |
complete(ResultSetCacheChunk chunk)
Code to invalidate the query. |
boolean |
equals(java.lang.Object o)
Returns true for equality. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RowInvalidateCompletion(java.lang.String table, java.lang.Object key)
Method Detail |
---|
public boolean complete(EntityType entityType, java.lang.Object key, EntityItem entityItem)
complete
in interface AmberCompletion
public boolean complete(ResultSetCacheChunk chunk)
complete
in interface AmberCompletion
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |