asadmin [asadmin-options] unfreeze-transaction-service [--help]
[--target target]
unfreeze-transaction-service |
Previous | Next | Contents |
resumes all suspended transactions
Synopsis
asadmin [asadmin-options] unfreeze-transaction-service [--help]
[--target target]
Description
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.
Options
Options for the asadmin
utility. For information about these
options, see the asadmin
(1M) help page.
--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.
Examples
Example 1 Using unfreeze-transaction-service
% asadmin unfreeze-transaction-service
Command unfreeze-transaction-service executed successfully
Exit Status
command executed successfully
error in executing the command
See Also
"Administering Transactions" in GlassFish Server Open Source Edition Administration Guide
"http://docs.oracle.com/javaee/7/tutorial/doc/transactions.html[Transactions]" in The Java EE 8 Tutorial
Previous | Next | Contents |