javax.transaction
Interface Status


public interface Status

Version:
$Rev: 46019 $ $Date: 2004-09-14 02:56:06 -0700 (Tue, 14 Sep 2004) $

Field Summary
static int STATUS_ACTIVE
           
static int STATUS_COMMITTED
           
static int STATUS_COMMITTING
           
static int STATUS_MARKED_ROLLBACK
           
static int STATUS_NO_TRANSACTION
           
static int STATUS_PREPARED
           
static int STATUS_PREPARING
           
static int STATUS_ROLLEDBACK
           
static int STATUS_ROLLING_BACK
           
static int STATUS_UNKNOWN
           
 

Field Detail

STATUS_ACTIVE

static final int STATUS_ACTIVE
See Also:
Constant Field Values

STATUS_MARKED_ROLLBACK

static final int STATUS_MARKED_ROLLBACK
See Also:
Constant Field Values

STATUS_PREPARED

static final int STATUS_PREPARED
See Also:
Constant Field Values

STATUS_COMMITTED

static final int STATUS_COMMITTED
See Also:
Constant Field Values

STATUS_ROLLEDBACK

static final int STATUS_ROLLEDBACK
See Also:
Constant Field Values

STATUS_UNKNOWN

static final int STATUS_UNKNOWN
See Also:
Constant Field Values

STATUS_NO_TRANSACTION

static final int STATUS_NO_TRANSACTION
See Also:
Constant Field Values

STATUS_PREPARING

static final int STATUS_PREPARING
See Also:
Constant Field Values

STATUS_COMMITTING

static final int STATUS_COMMITTING
See Also:
Constant Field Values

STATUS_ROLLING_BACK

static final int STATUS_ROLLING_BACK
See Also:
Constant Field Values


Copyright © 2006 Apache Software Foundation. All Rights Reserved.