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 MaapiDeleteAllFlag |
MaapiDeleteAllFlag.valueOf(int i) |
static MaapiDeleteAllFlag |
MaapiDeleteAllFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaapiDeleteAllFlag[] |
MaapiDeleteAllFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Maapi.deleteAll(int th,
MaapiDeleteAllFlag how)
This function can be used to delete "all" configuration data within
a transaction.
|