org.jboss.shotoku.cache
Class UpdateThreadData<K,T>
java.lang.Object
org.jboss.shotoku.cache.UpdateThreadData<K,T>
- Direct Known Subclasses:
- SignalExitUpdateThreadData
public abstract class UpdateThreadData<K,T>
- extends java.lang.Object
Function that should be executed by an update thread; updates an associated
key in a cache item.
- Author:
- Adam Warski
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpdateThreadData
public UpdateThreadData(K key,
CacheItemOperations<K,T> cacheItem)
getCreateTime
public long getCreateTime()
executeOk
public void executeOk()
executeWithException
public void executeWithException(java.lang.Throwable t)
execute
public abstract void execute()