Uses of Class
com.tailf.maapi.Maapi
Packages that use Maapi
Package
Description
Data types and utilities for communication with the server.
Data provider API package, for implementation of callbacks for validations,
actions, transformation etc.
Service callback specific context and utilities.
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.
NCS Java machine management and control of Services, Neds,
callbacks and Applications
The Alarm Manager producer package provides support for injection of
alarms into the NCS Alarm list.
-
Uses of Maapi in com.tailf.conf
Constructors in com.tailf.conf with parameters of type Maapi -
Uses of Maapi in com.tailf.dp
Methods in com.tailf.dp that return MaapiModifier and TypeMethodDescriptionDp.getServicePointMaapi()
Dp.getServicePointMaapi
(DpTrans trans) -
Uses of Maapi in com.tailf.dp.services
Methods in com.tailf.dp.services that return MaapiModifier and TypeMethodDescriptionServiceContextImpl.getAttachedServiceMaapi()
Internal used method to get the a maapi object attached to the correct transaction -
Uses of Maapi in com.tailf.maapi
Methods in com.tailf.maapi with parameters of type MaapiConstructors in com.tailf.maapi with parameters of type Maapi -
Uses of Maapi in com.tailf.ncs
Methods in com.tailf.ncs that return Maapi -
Uses of Maapi in com.tailf.ncs.alarmman.producer
Methods in com.tailf.ncs.alarmman.producer with parameters of type MaapiModifier and TypeMethodDescriptionstatic AlarmSinkCentral
AlarmSinkCentral.getAlarmSink
(int alarmQueueLen, Maapi maapi) Deprecated.Constructors in com.tailf.ncs.alarmman.producer with parameters of type MaapiModifierConstructorDescriptionConstruct anAlarmSink
using the givenMaapi
object for writing alarms directly to the alarm list.AlarmSinkCentral
(int alarmQueueLen, Maapi maapi) Creates an NCS alarm sink.AlarmSinkCentral
(int alarmQueueLen, Maapi maapi, int alarmBufSize, long alarmBufTimeout) Creates an NCS alarm sink. -
Uses of Maapi in com.tailf.ncs.template
Methods in com.tailf.ncs.template with parameters of type MaapiModifier and TypeMethodDescriptionvoid
Template.apply
(Maapi maapi, int tid, ConfPath rootPath, TemplateVariables variables) Apply a template in the specified contextstatic boolean
Template.getTemplates
(Maapi maapi) Constructors in com.tailf.ncs.template with parameters of type Maapi -
Uses of Maapi in com.tailf.progress
Constructors in com.tailf.progress with parameters of type MaapiModifierConstructorDescriptionProgressTrace
(Maapi maapi, int tid) Creates a new instance ofProgressTrace
ProgressTrace
(Maapi maapi, int tid, ConfPath servicePath) Creates a new instance ofProgressTrace
.ProgressTraceNed
(Maapi maapi, String deviceId) Creates a new instance ofProgressTraceNed
NcsMain.getSinkCentral()
orAlarmSinkCentral(int, Maapi)
instead.