Transaction MBean

Operational control of individual managed transactions.


Operation Summary
java.lang.StringgetPrintableStatus(java.lang.Integer localId)
           Return the transaction status.
java.lang.StringgetPrintableStatus(java.lang.String localId)
           Return the transaction status.
java.lang.IntegergetStatus(java.lang.Integer localId)
           Return the transaction status.
java.lang.IntegergetStatus(java.lang.String localId)
           Return the transaction status.
java.lang.Integerfinish(java.lang.Integer localId)
           Forceably finish the transaction.
java.lang.Integerfinish(java.lang.String localId)
           Forceably finish the transaction.
java.lang.StringgetGlobalTranName(java.lang.Integer localId)
           Get global identifier for the transaction.
java.lang.StringgetGlobalTranName(java.lang.String localId)
           Get global identifier for the transaction.

Operation Detail

getPrintableStatus

public java.lang.String getPrintableStatus(java.lang.Integer localId)
Return the transaction status.
Parameters:
localId - the local identifier of the transaction.

getPrintableStatus

public java.lang.String getPrintableStatus(java.lang.String localId)
Return the transaction status.
Parameters:
localId - the local identifier of the transaction.
Since:
5.1

getStatus

public java.lang.Integer getStatus(java.lang.Integer localId)
Return the transaction status.
Parameters:
localId - the local identifier of the transaction.

getStatus

public java.lang.Integer getStatus(java.lang.String localId)
Return the transaction status.
Parameters:
localId - the local identifier of the transaction.
Since:
5.1

finish

public java.lang.Integer finish(java.lang.Integer localId)
Forceably finish the transaction.
Parameters:
localId - the local identifier of the transaction.

finish

public java.lang.Integer finish(java.lang.String localId)
Forceably finish the transaction.
Parameters:
localId - the local identifier of the transaction.
Since:
5.1

getGlobalTranName

public java.lang.String getGlobalTranName(java.lang.Integer localId)
Get global identifier for the transaction.
Parameters:
localId - the local identifier of the transaction.

getGlobalTranName

public java.lang.String getGlobalTranName(java.lang.String localId)
Get global identifier for the transaction.
Parameters:
localId - the local identifier of the transaction.
Since:
5.1

Copyright IBM Corp. 1996-2003