Uses of Class
org.tango.server.device.AroundInvokeImpl

Packages that use AroundInvokeImpl
org.tango.server.cache   
org.tango.server.servant   
 

Uses of AroundInvokeImpl in org.tango.server.cache
 

Constructors in org.tango.server.cache with parameters of type AroundInvokeImpl
AttributeCache(net.sf.ehcache.CacheManager manager, AttributeImpl attr, java.lang.String deviceName, DeviceLock deviceLock, AroundInvokeImpl aroundInvoke)
           
AttributeCacheEntryFactory(AttributeImpl attribute, DeviceLock deviceLock, java.lang.String deviceName, AroundInvokeImpl aroundInvoke)
           
CommandCache(net.sf.ehcache.CacheManager manager, CommandImpl command, java.lang.String deviceName, DeviceLock deviceLock, AroundInvokeImpl aroundInvoke)
           
CommandCacheEntryFactory(CommandImpl command, DeviceLock deviceLock, AroundInvokeImpl aroundInvoke)
           
StateStatusCache(net.sf.ehcache.CacheManager manager, CommandImpl command, AttributeImpl attribute, java.lang.String deviceName, DeviceLock deviceLock, AroundInvokeImpl aroundInvoke)
           
StateStatusCacheEntryFactory(CommandImpl command, AttributeImpl attribute, DeviceLock deviceLock, java.lang.String deviceName, AroundInvokeImpl aroundInvoke)
           
TangoCacheManager(java.lang.String deviceName, DeviceLock deviceLock, AroundInvokeImpl aroundInvoke)
           
 

Uses of AroundInvokeImpl in org.tango.server.servant
 

Methods in org.tango.server.servant with parameters of type AroundInvokeImpl
 void DeviceImpl.setAroundInvokeImpl(AroundInvokeImpl aroundInvokeImpl)
          Set around invoke method AroundInvoke
 



Copyright © 2012-2014. All Rights Reserved.