org.jboss.shotoku.cache
Class SignalExitUpdateThreadData<K,T>

java.lang.Object
  extended by org.jboss.shotoku.cache.UpdateThreadData<K,T>
      extended by org.jboss.shotoku.cache.SignalExitUpdateThreadData<K,T>

public class SignalExitUpdateThreadData<K,T>
extends UpdateThreadData<K,T>

Data, that signals an update thread that it should exit (end).

Author:
Adam Warski

Constructor Summary
SignalExitUpdateThreadData()
           
 
Method Summary
 void execute()
           
 
Methods inherited from class org.jboss.shotoku.cache.UpdateThreadData
executeOk, executeWithException, getCreateTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignalExitUpdateThreadData

public SignalExitUpdateThreadData()
Method Detail

execute

public void execute()
Specified by:
execute in class UpdateThreadData<K,T>