| 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 | 
|---|---|
CLICmdToPathResult | 
Maapi.CLICmdToPath(int th,
            String cmd)
Given a C- or I-style command, this method tries to determine the
 corresponding namespace and path in the schema. 
 | 
CLICmdToPathResult | 
Maapi.CLICmdToPath(String cmd)
Equivalent to  
Maapi.CLICmdToPath(int, String) with the first
 parameter set to -1 (ie, the command is not interpreted in the
 context of any particular transaction) |