com.sun.messaging.jms.management.server
public class TransactionOperations extends Object
Modifier and Type | Field and Description |
---|---|
static String |
COMMIT
Commit a transaction.
|
static String |
GET_TRANSACTION_IDS
Get list of transaction IDs
|
static String |
GET_TRANSACTION_INFO
Get info on all transactions
|
static String |
GET_TRANSACTION_INFO_BY_ID
Get info on specified transaction (via ID)
|
static String |
ROLLBACK
Rollback a transaction.
|
public static final String GET_TRANSACTION_IDS
public static final String GET_TRANSACTION_INFO
public static final String GET_TRANSACTION_INFO_BY_ID
public static final String COMMIT
public static final String ROLLBACK
Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.