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

glassfish:transaction:transaction-service:freeze

transaction manager freeze (lock) or unfreeze (unlock) event

Synopsis

glassfish:transaction:transaction-service:freeze (
     boolean isFrozen)

Description

This event is sent as a result of the state change in transaction manager to or from frozen (locked).

Use this event to track the frozen (locked) state of the transaction manager.

Parameters

isFrozen

true if the transaction manager became frozen (locked), false otherwise.