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

Packages that use AttributeImpl
org.tango.server.attribute   
org.tango.server.cache   
org.tango.server.events   
org.tango.server.idl   
org.tango.server.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
 net.sf.ehcache.constructs.blocking.SelfPopulatingCache TangoCacheManager.getAttributeCache(AttributeImpl attr)
          Get cache of an attribute
 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, DeviceLock deviceLock, AroundInvokeImpl aroundInvoke)
           
AttributeCacheEntryFactory(AttributeImpl attribute, DeviceLock deviceLock, java.lang.String deviceName, 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)
           
 

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.getConnectionParameters(java.lang.String deviceName, AttributeImpl attribute, EventType eventType)
          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.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)
           
 

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 PollingManager.configurePolling(AttributeImpl attribute)
           
 void DeviceImpl.configurePolling(AttributeImpl attribute)
           
 AttributeValue PollingManager.getAttributeCacheElement(AttributeImpl att)
           
 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)
           
 

Constructor parameters in org.tango.server.servant 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> pollAttributes, 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)
           
 



Copyright © 2012-2014. All Rights Reserved.