Uses of Class
org.tango.server.properties.AttributePropertiesManager

Packages that use AttributePropertiesManager
org.tango.server   
org.tango.server.attribute   
org.tango.server.command   
org.tango.server.servant   
 

Uses of AttributePropertiesManager in org.tango.server
 

Methods in org.tango.server with parameters of type AttributePropertiesManager
static void PollingUtils.configurePolling(int pollingPeriod, PolledObjectConfig config, AttributePropertiesManager attributePropertiesManager)
          Configure polling
static void PollingUtils.resetPolling(PolledObjectConfig config, AttributePropertiesManager attributePropertiesManager)
          Reset polling
static void PollingUtils.updatePollingConfigFromDB(PolledObjectConfig config, AttributePropertiesManager attributePropertiesManager)
          Updaye polling config in tango db
 

Uses of AttributePropertiesManager in org.tango.server.attribute
 

Constructors in org.tango.server.attribute with parameters of type AttributePropertiesManager
AttributeImpl(IAttributeBehavior behavior, AttributePropertiesManager attributePropertiesManager)
           
 

Uses of AttributePropertiesManager in org.tango.server.command
 

Constructors in org.tango.server.command with parameters of type AttributePropertiesManager
CommandImpl(ICommandBehavior behavior, AttributePropertiesManager attributePropertiesManager)
           
 

Uses of AttributePropertiesManager in org.tango.server.servant
 

Methods in org.tango.server.servant that return AttributePropertiesManager
 AttributePropertiesManager DeviceImpl.getAttributeProperties()
          Get attribute properties manager
 



Copyright © 2012-2015. All Rights Reserved.