Oracle GlassFish Server Reference Manual Release 3.1.2 Part Number E24938-01 |
|
|
View PDF |
resumes all suspended transactions
unfreeze-transaction-service [--help] [--target target]
The unfreeze-transaction-service
subcommand restarts the transaction subsystem and resumes all in-flight transactions. Invoke this subcommand on an already frozen transaction subsystem. This subcommand is supported in remote mode only.
--help
-?
Displays the help text for the subcommand.
--target
This option specifies the target on which you are unfreezing the transaction service. Valid values are:
server
Unfreezes the transaction service for the default server instance server
and is the default value.
Unfreezes the transaction service for all server instances that use the named configuration.
Unfreezes the transaction service for every server instance in the cluster.
Unfreezes the transaction service for a particular server instance.
% asadmin unfreeze-transaction-service
Command unfreeze-transaction-service executed successfully
command executed successfully
error in executing the command
freeze-transaction-service(1), rollback-transaction(1), recover-transactions(1)
"Administering Transactions" in Oracle GlassFish Server Administration Guide
"Transactions" in The Java EE 6 Tutorial