Uses of Class
org.tango.server.attribute.AttributeImpl

Packages that use AttributeImpl
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 
 

Uses of AttributeImpl in org.tango.server.attribute
 

Methods in org.tango.server.attribute with parameters of type AttributeImpl
 int AttributeImpl.compareTo(AttributeImpl o)
           
 

Uses of AttributeImpl in org.tango.server.cache
 

Methods in org.tango.server.cache with parameters of type AttributeImpl
 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)
           
 

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

Constructor parameters in org.tango.server.cache with type arguments of type AttributeImpl
PollingManager(java.lang.String deviceName, TangoCacheManager cacheManager, java.util.List<AttributeImpl> attributeList, java.util.List<CommandImpl> commandList, int minPolling, java.util.Map<java.lang.String,java.lang.Integer> minCommandPolling, java.util.Map<java.lang.String,java.lang.Integer> minAttributePolling, java.util.Map<java.lang.String,java.lang.Integer> cmdPollRingDepth, java.util.Map<java.lang.String,java.lang.Integer> attrPollRingDepth)
           
 

Uses of AttributeImpl in org.tango.server.events
 

Methods in org.tango.server.events with parameters of type AttributeImpl
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(java.lang.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.
 

Constructors in org.tango.server.events with parameters of type AttributeImpl
ArchiveEventTrigger(long period, java.lang.String absolute, java.lang.String relative, AttributeImpl attribute)
          Ctr
ChangeEventTrigger(AttributeImpl attribute, java.lang.String absolute, java.lang.String relative)
          Ctr
PeriodicEventTrigger(long period, AttributeImpl attribute)
          Ctr
QualityEventTrigger(AttributeImpl attribute)
          Ctr
 

Uses of AttributeImpl in org.tango.server.idl
 

Methods in org.tango.server.idl with parameters of type AttributeImpl
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)
           
 

Uses of AttributeImpl in org.tango.server.servant
 

Methods in org.tango.server.servant that return AttributeImpl
static AttributeImpl AttributeGetterSetter.getAttribute(java.lang.String name, java.util.List<AttributeImpl> attributeList)
           
 

Methods in org.tango.server.servant that return types with arguments of type AttributeImpl
 java.util.List<AttributeImpl> DeviceImpl.getAttributeList()
          Get attributes (copy)
 

Methods in org.tango.server.servant with parameters of type AttributeImpl
 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.
 

Method parameters in org.tango.server.servant with type arguments of type AttributeImpl
static AttributeImpl AttributeGetterSetter.getAttribute(java.lang.String name, java.util.List<AttributeImpl> attributeList)
           
 



Copyright © 2012-2016. All Rights Reserved.