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

Packages that use IAttributeBehavior
org.tango.server.attribute   
org.tango.server.attribute.log   
org.tango.server.dynamic   
org.tango.server.dynamic.attribute   
org.tango.server.testserver   
 

Uses of IAttributeBehavior in org.tango.server.attribute
 

Classes in org.tango.server.attribute that implement IAttributeBehavior
 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, AttributePropertiesManager attributePropertiesManager)
           
 

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

Classes in org.tango.server.attribute.log that implement IAttributeBehavior
 class LogAttribute
           
 

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
 



Copyright © 2012-2014. All Rights Reserved.