| Package | Description |
|---|---|
| org.tango.server.attribute |
Implementation of Tango attribute
|
| org.tango.server.cache |
Manage Tango polling
|
| org.tango.server.events |
Implementation of Tango events
|
| org.tango.server.idl |
Utilities for Tango IDL
|
| org.tango.server.servant |
The CORBA servant
|
| Modifier and Type | Method and Description |
|---|---|
int |
AttributeImpl.compareTo(AttributeImpl o) |
| Modifier and Type | Method and Description |
|---|---|
void |
PollingManager.configurePolling(AttributeImpl attribute) |
net.sf.ehcache.constructs.blocking.SelfPopulatingCache |
TangoCacheManager.getAttributeCache(AttributeImpl attr)
Get cache of an attribute
|
AttributeValue |
PollingManager.getAttributeCacheElement(AttributeImpl att) |
void |
TangoCacheManager.removeAttributePolling(AttributeImpl attr)
Remove polling of an attribute
|
void |
TangoCacheManager.startAttributePolling(AttributeImpl attr)
Start attribute polling
|
void |
TangoCacheManager.startStateStatusPolling(CommandImpl command,
AttributeImpl attribute) |
| 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) |
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 |
|---|---|
static void |
ArchiveEventTrigger.checkEventCriteria(AttributeImpl attribute)
Check if event criteria are set for specified attribute
|
static void |
EventManager.checkEventCriteria(AttributeImpl attribute,
EventType eventType)
Check if event criteria are set for change and archive events
|
static IEventTrigger |
EventTriggerFactory.createEventTrigger(EventType eventType,
AttributeImpl attribute)
Create an
IEventTrigger |
fr.esrf.Tango.DevVarLongStringArray |
EventManager.subcribe(String deviceName,
AttributeImpl attribute,
EventType eventType,
int idlVersion)
Initialize ZMQ event system if not already done,
subscribe to the specified event end
returns the connection parameters for specified event.
|
| Constructor and Description |
|---|
ArchiveEventTrigger(long period,
String absolute,
String relative,
AttributeImpl attribute)
Ctr
|
ChangeEventTrigger(AttributeImpl attribute,
String absolute,
String relative)
Ctr
|
PeriodicEventTrigger(long period,
AttributeImpl attribute)
Ctr
|
QualityEventTrigger(AttributeImpl attribute)
Ctr
|
| Modifier and Type | Method and Description |
|---|---|
static fr.esrf.Tango.AttributeConfig |
TangoIDLAttributeUtil.toAttributeConfig(AttributeImpl attribute) |
static fr.esrf.Tango.AttributeConfig_2 |
TangoIDLAttributeUtil.toAttributeConfig2(AttributeImpl attribute) |
static fr.esrf.Tango.AttributeConfig_3 |
TangoIDLAttributeUtil.toAttributeConfig3(AttributeImpl attribute) |
static fr.esrf.Tango.AttributeConfig_5 |
TangoIDLAttributeUtil.toAttributeConfig5(AttributeImpl attribute) |
static fr.esrf.Tango.AttributeValue |
TangoIDLAttributeUtil.toAttributeValue(AttributeImpl attributeImpl,
AttributeValue value) |
static fr.esrf.Tango.AttributeValue_3 |
TangoIDLAttributeUtil.toAttributeValue3(AttributeImpl attributeImpl,
AttributeValue read,
AttributeValue write) |
static fr.esrf.Tango.AttributeValue_4 |
TangoIDLAttributeUtil.toAttributeValue4(AttributeImpl attributeImpl,
AttributeValue read,
AttributeValue write) |
static fr.esrf.Tango.AttributeValue_5 |
TangoIDLAttributeUtil.toAttributeValue5(AttributeImpl attributeImpl,
AttributeValue read,
AttributeValue write) |
| Modifier and Type | Method and Description |
|---|---|
static AttributeImpl |
AttributeGetterSetter.getAttribute(String name,
List<AttributeImpl> attributeList) |
| Modifier and Type | Method and Description |
|---|---|
List<AttributeImpl> |
DeviceImpl.getAttributeList()
Get attributes (copy)
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeviceImpl.addAttribute(AttributeImpl attribute)
Add an attribute to the device
|
void |
DeviceImpl.configurePolling(AttributeImpl attribute) |
int |
DeviceImpl.getAttributeHistorySize(AttributeImpl attribute) |
void |
DeviceImpl.removeAttribute(AttributeImpl attribute)
remove an attribute of the device.
|
| Modifier and Type | Method and Description |
|---|---|
static AttributeImpl |
AttributeGetterSetter.getAttribute(String name,
List<AttributeImpl> attributeList) |
Copyright © 2012–2017 Tango Controls. All rights reserved.