| Package | Description |
|---|---|
| org.tango.server.cache |
Manage Tango polling
|
| org.tango.server.servant |
The CORBA servant
|
| Constructor and Description |
|---|
AttributeCache(net.sf.ehcache.CacheManager manager,
AttributeImpl attr,
String deviceName,
DeviceLocker deviceLock,
AroundInvokeImpl aroundInvoke) |
AttributeCacheEntryFactory(AttributeImpl attribute,
DeviceLocker deviceLock,
String deviceName,
AroundInvokeImpl aroundInvoke) |
CommandCache(net.sf.ehcache.CacheManager manager,
CommandImpl command,
String deviceName,
DeviceLocker deviceLock,
AroundInvokeImpl aroundInvoke) |
CommandCacheEntryFactory(CommandImpl command,
DeviceLocker deviceLock,
AroundInvokeImpl aroundInvoke) |
StateStatusCache(net.sf.ehcache.CacheManager manager,
CommandImpl command,
AttributeImpl attribute,
String deviceName,
DeviceLocker deviceLock,
AroundInvokeImpl aroundInvoke) |
StateStatusCacheEntryFactory(CommandImpl command,
AttributeImpl attribute,
DeviceLocker deviceLock,
String deviceName,
AroundInvokeImpl aroundInvoke) |
TangoCacheManager(String deviceName,
DeviceLocker deviceLock,
AroundInvokeImpl aroundInvoke) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeviceImpl.setAroundInvokeImpl(AroundInvokeImpl aroundInvokeImpl)
Set around invoke method
AroundInvoke |
Copyright © 2012–2017 Tango Controls. All rights reserved.