| 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 | 
|---|---|
static CLIInteractionFlag | 
CLIInteractionFlag.valueOf(int i)  | 
static CLIInteractionFlag | 
CLIInteractionFlag.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static CLIInteractionFlag[] | 
CLIInteractionFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CLIInteraction.cmd(String command,
   EnumSet<CLIInteractionFlag> flags)
Execute CLI command in ongoing CLI session. 
 | 
void | 
CLIInteraction.cmd(String command,
   EnumSet<CLIInteractionFlag> flags,
   String unhide)
Execute CLI command in ongoing CLI session. 
 | 
MaapiInputStream | 
CLIInteraction.cmdIO(String command,
     EnumSet<CLIInteractionFlag> flags,
     String unhide)
Execute CLI command in ongoing CLI session and output result on socket. 
 |