org.tango.server.cache
Class StateStatusCache

java.lang.Object
  extended by org.tango.server.cache.StateStatusCache

public final class StateStatusCache
extends java.lang.Object


Constructor Summary
StateStatusCache(net.sf.ehcache.CacheManager manager, CommandImpl command, AttributeImpl attribute, java.lang.String deviceName, DeviceLocker deviceLock, AroundInvokeImpl aroundInvoke)
           
 
Method Summary
 net.sf.ehcache.constructs.blocking.SelfPopulatingCache getCache()
           
 void startRefresh(java.util.concurrent.ScheduledExecutorService pollingPool)
           
 void stopRefresh()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StateStatusCache

public StateStatusCache(net.sf.ehcache.CacheManager manager,
                        CommandImpl command,
                        AttributeImpl attribute,
                        java.lang.String deviceName,
                        DeviceLocker deviceLock,
                        AroundInvokeImpl aroundInvoke)
Method Detail

startRefresh

public void startRefresh(java.util.concurrent.ScheduledExecutorService pollingPool)

stopRefresh

public void stopRefresh()

getCache

public net.sf.ehcache.constructs.blocking.SelfPopulatingCache getCache()


Copyright © 2012-2017. All Rights Reserved.