Package | Description |
---|---|
com.tailf.maapi |
MAAPI is an API which provides full access to the systems internal
transaction engine.
|
Modifier and Type | Method and Description |
---|---|
MaapiInputStream |
CLIInteraction.cmdIO(String command,
EnumSet<CLIInteractionFlag> flags,
String unhide)
Execute CLI command in ongoing CLI session and output result on socket.
|
MaapiInputStream |
Maapi.rollbackConfig(int tid,
String fmt,
String... args)
This function can be used to save the equivalent of a rollback file for a
given configuration before it is committed (or a subtree thereof) in
curly bracket format.
|
MaapiInputStream |
Maapi.saveConfig(int tid,
EnumSet<MaapiConfigFlag> flags)
Save the entire config in different formats.
|
MaapiInputStream |
Maapi.saveConfig(int tid,
EnumSet<MaapiConfigFlag> flags,
ConfPath path)
Save the subtree in different formats.
|
MaapiInputStream |
Maapi.saveConfig(int tid,
EnumSet<MaapiConfigFlag> flags,
String fmt,
Object... args)
Save the subtree in different formats, with ability to XPath Filtering.
|