Message Queue, v4.5.1 API Specification

com.sun.messaging.jms.management.server
Class TransactionOperations

java.lang.Object
  extended by com.sun.messaging.jms.management.server.TransactionOperations

public class TransactionOperations
extends Object

Class containing information on transaction operations.


Field Summary
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.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GET_TRANSACTION_IDS

public static final String GET_TRANSACTION_IDS
Get list of transaction IDs

See Also:
Constant Field Values

GET_TRANSACTION_INFO

public static final String GET_TRANSACTION_INFO
Get info on all transactions

See Also:
Constant Field Values

GET_TRANSACTION_INFO_BY_ID

public static final String GET_TRANSACTION_INFO_BY_ID
Get info on specified transaction (via ID)

See Also:
Constant Field Values

COMMIT

public static final String COMMIT
Commit a transaction.

See Also:
Constant Field Values

ROLLBACK

public static final String ROLLBACK
Rollback a transaction.

See Also:
Constant Field Values

Message Queue, v4.5.1 API Specification

Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.