com.arjuna.ats.arjuna.tools.log.LogBrowser
, this tool supports the following options that can be provided on the command-line.
Option | Description |
---|---|
-tx id
|
Specifies the transaction log to work on.
|
-type name
|
The transaction type to work on.
|
-dump |
Print out the contents of the log identified by the other options.
|
-forget index
|
Move the specified target from the heuristic list to the prepared list.
|
-help |
Print out the list of commands and options.
|
com.arjuna.ats.arjuna.tools.log.LogBrowser
, is similar to the LogEditor, but allows multiple log instances to be manipulated. It presents a shell-like interface, with the following options:
Option | Description |
---|---|
ls [type ]
|
List the logs for the specified type. If no type is specified, the editor must already be attached to the transaction type.
|
select [type ]
|
Browse a specific transaction type. If already attached to a transaction type, you are detached from that type first.
|
attach log
|
Attach the console to the specified transaction log. If you are attached to another log, the command will fail.
|
detach |
Detach the console from the current log.
|
forget pid
|
Move the specified heuristic participant back to the
prepared list. The console must be attached.
|
delete pid
|
Delete the specified heuristic participant. The console must be attached.
|
types |
List the supported transaction types.
|
quit |
Exit the console tool.
|
help |
Print out the supported commands.
|