freeze-transaction-service
freeze-transaction-service
Freezes the transaction subsystem
Description
The freeze-transaction-service subcommand freezes the transaction
subsystem, preventing the transaction manager from starting, completing,
or changing the state of all in-flight transactions. Invoke this command
before rolling back any in-flight transactions. Invoking this subcommand
on an already frozen transaction subsystem has no effect. Restarting the
server unfreezes the transaction subsystem. This subcommand is supported
in remote mode only.
Options
- asadmin-options
-
Options for the
asadminutility. For information about these options, see theasadmin(1M) help page. --help-?-
Displays the help text for the subcommand.
--target-
This option specifies the target on which you are freezing the transaction service. Valid values are:
server-
Freezes the transaction service for the default server instance
serverand is the default value. - configuration_name
-
Freezes the transaction service for all server instances that use the named configuration.
- cluster_name
-
Freezes the transaction service for every server instance in the cluster.
- instance_name
-
Freezes the transaction service for a particular server instance.
See Also
Administering Transactions in Eclipse GlassFish Administration Guide
Transactions in The Jakarta EE Tutorial