Uses of Interface
com.tailf.conf.MountIdInterface
Packages that use MountIdInterface
Package
Description
Package with methods for connecting to the configuration database.
Data types and utilities for communication with the server.
MAAPI is an API which provides full access to the systems internal
transaction engine.
NAVU (Navigation Utilities) is an API which provides increased
accessibility to the ConfD/NCS populated data model tree:
NAVU-Tree.
The Common Alarm Management package contains common definitions that are
used within the alarm manager.
-
Uses of MountIdInterface in com.tailf.cdb
Classes in com.tailf.cdb that implement MountIdInterfaceModifier and TypeClassDescriptionclass
This class represents a connection toConfD/NCS
built in XML database.class
This class provides subscription functionality to CDB. -
Uses of MountIdInterface in com.tailf.conf
Methods in com.tailf.conf that return MountIdInterfaceMethods in com.tailf.conf with parameters of type MountIdInterfaceModifier and TypeMethodDescriptionstatic ConfNamespace
ConfNamespace.findNamespaceFromNsName
(ConfPath path, MountIdInterface mountIdGetter, String namespaceName) static ConfNamespace
ConfNamespace.findNamespaceFromPrefix
(ConfPath path, MountIdInterface mountIdGetter, String prefix) static ConfNamespace
ConfNamespace.lookupNamespaceFromPrefix
(ConfPath path, MountIdInterface mountIdGetter, String prefix) void
InstancePath.setMountIdGetter
(MountIdInterface mountGetter) Constructors in com.tailf.conf with parameters of type MountIdInterfaceModifierConstructorDescriptionConfIdentityRef
(ConfPath path, MountIdInterface mountIdGetter, String prefix, String tagname) ConfObjectRef
(String xpath, MountIdInterface mountGetter) ConfPath
(MountIdInterface mountIdCb, ConfObject[] kp) ConfPath
(MountIdInterface mountIdCb, String fmt, Object... arguments) ConfPath
(MountIdInterface mountGetter, List<com.tailf.conf.gen.PathParser.PathElement> pl) ConfXMLParamCdbStart
(ConfPath path, MountIdInterface mountIdGetter, String prefix, String tagString, int cdbInstanceInteger) ConfXMLParamLeaf
(ConfPath path, MountIdInterface mountIdGetter, String prefix, String tagString) ConfXMLParamStart
(ConfPath path, MountIdInterface mountIdGetter, String prefix, String tagString) ConfXMLParamStartDel
(ConfPath path, MountIdInterface mountIdGetter, String prefix, String tagString) ConfXMLParamStop
(ConfPath path, MountIdInterface mountIdGetter, String prefix, String tagString) ConfXMLParamValue
(ConfPath path, MountIdInterface mountIdGetter, String prefix, String tagString, ConfObject val) ConfXPath
(String xpath, MountIdInterface mountGetter) InstancePath
(MountIdInterface mountGetter, ConfObject[] kp) XPathAbrevCompiler
(MountIdInterface mountGetter) -
Uses of MountIdInterface in com.tailf.maapi
Classes in com.tailf.maapi that implement MountIdInterfaceMethods in com.tailf.maapi with parameters of type MountIdInterfaceModifier and TypeMethodDescriptionMaapiSchemas.findCSNode
(MountIdInterface mountGetter, String nsName, String fmt, Object... arguments) Find and retrieves specific node in the schema information tree.MaapiSchemas.findCSNode
(MountIdInterface mountGetter, String nsName, List<com.tailf.conf.gen.PathParser.PathElement> pl) Internally used method to find a node defined by an internal path formatMaapiSchemas.getMountId
(MountIdInterface midif, ConfPath path) -
Uses of MountIdInterface in com.tailf.ncs.alarmman.common
Constructors in com.tailf.ncs.alarmman.common with parameters of type MountIdInterface