| Package | Description |
|---|---|
| org.tango.server.cache |
Manage Tango polling
|
| org.tango.server.command |
Implementation of Tango command
|
| org.tango.server.servant |
The CORBA servant
|
| Modifier and Type | Method and Description |
|---|---|
void |
PollingManager.configurePolling(CommandImpl command) |
net.sf.ehcache.constructs.blocking.SelfPopulatingCache |
TangoCacheManager.getCommandCache(CommandImpl cmd)
Get cache of a command
|
Object |
PollingManager.getCommandCacheElement(CommandImpl cmd) |
void |
TangoCacheManager.removeCommandPolling(CommandImpl command)
Remove polling of a command
|
void |
TangoCacheManager.startCommandPolling(CommandImpl command)
Start command polling
|
void |
TangoCacheManager.startStateStatusPolling(CommandImpl command,
AttributeImpl attribute) |
| Constructor and Description |
|---|
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) |
| Constructor and Description |
|---|
PollingManager(String deviceName,
TangoCacheManager cacheManager,
List<AttributeImpl> attributeList,
List<CommandImpl> commandList,
int minPolling,
Map<String,Integer> minCommandPolling,
Map<String,Integer> minAttributePolling,
Map<String,Integer> cmdPollRingDepth,
Map<String,Integer> attrPollRingDepth) |
| Modifier and Type | Method and Description |
|---|---|
int |
CommandImpl.compareTo(CommandImpl o) |
| Modifier and Type | Method and Description |
|---|---|
CommandImpl |
DeviceImpl.getCommand(String name)
Get a command
|
static CommandImpl |
CommandGetter.getCommand(String name,
List<CommandImpl> commandList)
Get a command
|
| Modifier and Type | Method and Description |
|---|---|
List<CommandImpl> |
DeviceImpl.getCommandList()
Get a copy of the commands
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeviceImpl.addCommand(CommandImpl command)
add a command
|
void |
DeviceImpl.configurePolling(CommandImpl command) |
int |
DeviceImpl.getCommandHistorySize(CommandImpl command) |
void |
DeviceImpl.removeCommand(CommandImpl command)
Remove a command
|
| Modifier and Type | Method and Description |
|---|---|
static CommandImpl |
CommandGetter.getCommand(String name,
List<CommandImpl> commandList)
Get a command
|
Copyright © 2012–2017 Tango Controls. All rights reserved.