Uses of Class
com.tailf.conf.ConfAttributeValue
Packages that use ConfAttributeValue
Package
Description
Data types and utilities for communication with the server.
Data provider API package, for implementation of callbacks for validations, actions, transformation etc.
Annotations and proxy helper classes for callbacks.
MAAPI is an API which provides full access to the systems internal
transaction engine.
-
Uses of ConfAttributeValue in com.tailf.conf
Methods in com.tailf.conf with parameters of type ConfAttributeValue -
Uses of ConfAttributeValue in com.tailf.dp
Methods in com.tailf.dp with parameters of type ConfAttributeValueModifier and TypeMethodDescriptionint
DpDataCallback.setAttr
(DpTrans trans, ConfObject[] kp, ConfAttributeValue attr) This callback also only needs to be implemented for callpoints specified for configuration data, and only if attributes are enabled in the server configuration (/confdConfig/enableAttributes set to true).Method parameters in com.tailf.dp with type arguments of type ConfAttributeValueModifier and TypeMethodDescriptionint
DpDataCallback.getAttrs
(DpTrans trans, ConfObject[] kp, List<ConfAttributeValue> attrList) This callback only needs to be implemented for callpoints specified for configuration data, and only if attributes are enabled in the server configuration (/confdConfig/enableAttributes set to true). -
Uses of ConfAttributeValue in com.tailf.dp.annotations
Methods in com.tailf.dp.annotations with parameters of type ConfAttributeValueModifier and TypeMethodDescriptionint
DataCallbackProxy.setAttr
(DpTrans trans, ConfObject[] kp, ConfAttributeValue attr) Method parameters in com.tailf.dp.annotations with type arguments of type ConfAttributeValueModifier and TypeMethodDescriptionint
DataCallbackProxy.getAttrs
(DpTrans trans, ConfObject[] kp, List<ConfAttributeValue> attrList) -
Uses of ConfAttributeValue in com.tailf.maapi
Methods in com.tailf.maapi that return ConfAttributeValueModifier and TypeMethodDescriptionMaapi.getAttrs
(int tid, ConfAttributeType[] attribs, String fmt, Object... args) Retrieve attributes for a configuration node.Methods in com.tailf.maapi with parameters of type ConfAttributeValueModifier and TypeMethodDescriptionMaapiIterate.iterate
(ConfObject[] kp, ConfObject value, ConfAttributeValue[] attrs, Object initstate) void
Maapi.setAttr
(int tid, ConfAttributeValue attr, String fmt, Object... args) Set an attribute for a configuration node.