| Package | Description | 
|---|---|
| com.tailf.maapi | 
 MAAPI is an API which provides full access to the systems internal
 transaction engine. 
 | 
| com.tailf.notif | 
 Package for subscription to asynchronous events. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Maapi.Verbosity | 
Maapi.Verbosity.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Maapi.Verbosity[] | 
Maapi.Verbosity.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.reportProgress(int tid,
              Maapi.Verbosity verbosity,
              String msg)
Report progress of an action or transaction. 
 | 
void | 
Maapi.reportProgress(int tid,
              Maapi.Verbosity verbosity,
              String msg,
              String packageName)
Report progress of an action or transaction. 
 | 
Maapi.Progress | 
Maapi.reportProgressStart(int tid,
                   Maapi.Verbosity verbosity,
                   String msg,
                   String packageName)
Report progress of an action or transaction. 
 | 
void | 
Maapi.reportServiceProgress(int tid,
                     Maapi.Verbosity verbosity,
                     String msg,
                     String packageName,
                     ConfPath servicePath)
Report transaction progress events for a FASTMAP service. 
 | 
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 | 
|---|---|
Maapi.Verbosity | 
NotificationCfg.getVerbosity()
Get the configured verbosity
 used by  
NotficationType#NOTIF_PROGRESS and
 NotificationType.NOTIF_COMMIT_PROGRESS notifications. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
NotificationCfg.setVerbosity(Maapi.Verbosity verbosity)
Optional for  
NotificationType#CONFD_NOTIF_PROGRESS and
 NotificationType#CONFD_NOTIF_COMMIT_PROGRESS. | 
| Constructor and Description | 
|---|
NotificationCfg(int heartbeatInterval,
               int healthCheckInterval,
               String streamName,
               ConfValue startTime,
               ConfValue stopTime,
               String xpathFilter,
               int usid,
               Maapi.Verbosity verbosity)
Convenience constructor setting all values. 
 | 
NotificationCfg(Maapi.Verbosity verbosity)
Creates a NotificationCfg instance with only the verbosity. 
 |