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 |
---|---|
Maapi.Progress |
Maapi.reportProgressStart(int tid,
Maapi.Verbosity verbosity,
String msg,
String packageName)
Report progress of an action or transaction.
|
Maapi.Progress |
Maapi.reportServiceProgressStart(int tid,
Maapi.Verbosity verbosity,
String msg,
String packageName,
ConfPath servicePath)
Report transaction progress events for a FASTMAP service.
|
Modifier and Type | Method and Description |
---|---|
void |
Maapi.reportProgressStop(Maapi.Progress progress)
Report progress of an action or transaction.
|
void |
Maapi.reportProgressStop(Maapi.Progress progress,
String annotation)
Report progress of an action or transaction.
|
void |
Maapi.reportServiceProgressStop(Maapi.Progress progress)
Report transaction progress events for a FASTMAP service.
|
void |
Maapi.reportServiceProgressStop(Maapi.Progress progress,
String annotation)
Report transaction progress events for a FASTMAP service.
|