Uses of Class
com.tailf.conf.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
-
Uses of ConfAttributeValue in com.tailf.dp
Modifier 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).Modifier 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
Modifier and TypeMethodDescriptionint
DataCallbackProxy.setAttr
(DpTrans trans, ConfObject[] kp, ConfAttributeValue attr) Modifier and TypeMethodDescriptionint
DataCallbackProxy.getAttrs
(DpTrans trans, ConfObject[] kp, List<ConfAttributeValue> attrList) -
Uses of ConfAttributeValue in com.tailf.maapi
Modifier and TypeMethodDescriptionMaapi.getAttrs
(int tid, ConfAttributeType[] attribs, String fmt, Object... args) Retrieve attributes for a configuration node.Modifier 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.