Skip navigation links

Package com.tailf.maapi

MAAPI is an API which provides full access to the systems internal transaction engine.

See: Description

Package com.tailf.maapi Description

MAAPI is an API which provides full access to the systems internal transaction engine.

MAAPI is used in a number of different settings.

A typical sequence of API calls when using MAAPI to write a management application would be

  1. Create a user session, this is the equivalent of an established SSH connection from a NETCONF manager. It is up to the MAAPI application to authenticate users. The TCP connection from the MAAPI application to the system is a clear text connection.
  2. Establish a new transaction
  3. Issue a series of read and write operations towards the transaction
  4. Commit or abort the transaction

MAAPI also has support for several operations that do not work immediately towards a transaction. This includes users session management, locking, and candidate manipulation.

Skip navigation links