Uses of Interface
org.tango.server.attribute.IAttributeBehavior

Packages that use IAttributeBehavior
org.tango.server.attribute Implementation of Tango attribute 
org.tango.server.attribute.log A dynamic attribute that contains logs 
org.tango.server.dynamic Manage dynamic attributes and commands 
org.tango.server.dynamic.attribute Implementation of some dynamic attributes 
org.tango.server.testserver All servers for unit tests. 
 

Uses of IAttributeBehavior in org.tango.server.attribute
 

Classes in org.tango.server.attribute that implement IAttributeBehavior
 class ForwardedAttribute
          Attribute that is a proxy to another attribute.
 class ReflectAttributeBehavior
          Behavior a Tango attribute using java reflection
 

Methods in org.tango.server.attribute that return IAttributeBehavior
 IAttributeBehavior AttributeImpl.getBehavior()
           
 

Constructors in org.tango.server.attribute with parameters of type IAttributeBehavior
AttributeImpl(IAttributeBehavior behavior, java.lang.String deviceName)
           
 

Uses of IAttributeBehavior in org.tango.server.attribute.log
 

Classes in org.tango.server.attribute.log that implement IAttributeBehavior
 class LogAttribute
          An image attribute that contains logs from a list of Logger
 

Uses of IAttributeBehavior in org.tango.server.dynamic
 

Methods in org.tango.server.dynamic that return IAttributeBehavior
 IAttributeBehavior DynamicManager.getAttribute(java.lang.String attributeName)
          Get a dynamic attribute
 

Methods in org.tango.server.dynamic that return types with arguments of type IAttributeBehavior
 java.util.List<IAttributeBehavior> DynamicManager.getDynamicAttributes()
          Retrieve all dynamic attributes
 

Methods in org.tango.server.dynamic with parameters of type IAttributeBehavior
 void DynamicManager.addAttribute(IAttributeBehavior behavior)
          Add attribute.
 

Uses of IAttributeBehavior in org.tango.server.dynamic.attribute
 

Classes in org.tango.server.dynamic.attribute that implement IAttributeBehavior
 class BooleanEvaluatorAttribute
           
 class GroupAttribute
          Write on a group of attributes, read average for scalar attributes.
 class ProxyAttribute
          Dynamic attribute that connects to another tango attribute.
 class PublisherAttribute
           
 

Uses of IAttributeBehavior in org.tango.server.testserver
 

Classes in org.tango.server.testserver that implement IAttributeBehavior
 class DynamicAttributeTest
          To test dynamic attributes
 class DynamicEnumAttribute
           
 



Copyright © 2012-2016. All Rights Reserved.