|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.amber.entity.TableInvalidateCompletion
public class TableInvalidateCompletion
Code to update the cache value on the completion of a transaction.
Constructor Summary | |
---|---|
TableInvalidateCompletion(java.lang.String table)
|
Method Summary | |
---|---|
boolean |
complete(EntityType rootType,
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TableInvalidateCompletion(java.lang.String table)
Method Detail |
---|
public boolean complete(EntityType rootType, 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |