|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IAttributeBehavior | |
---|---|
org.tango.server.attribute | |
org.tango.server.dynamic | |
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.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.testserver |
---|
Classes in org.tango.server.testserver that implement IAttributeBehavior | |
---|---|
class |
DynamicAttributeTest
To test dynamic attributes |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |