Skip Headers
Oracle GlassFish Server Reference Manual
Release 3.1.2

Part Number E24938-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

freeze-transaction-service

freezes the transaction subsystem

Synopsis

freeze-transaction-service [--help] [--target target]

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

--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 server and 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.

Examples

Example 1   Using freeze-transaction-service
% asadmin freeze-transaction-service
Command freeze-transaction-service executed successfully

Exit Status

0

command executed successfully

1

error in executing the command

See Also

unfreeze-transaction-service(1), rollback-transaction(1), recover-transactions(1)

asadmin(1M)

"Administering Transactions" in Oracle GlassFish Server Administration Guide

"Transactions" in The Java EE 6 Tutorial