Transaction MBean

Partial ObjectName:
WebSphere:*,type=Transaction


MBean Transaction

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.Integercommit(java.lang.String localId)
           Commit the transaction.
java.lang.Integerrollback(java.lang.String localId)
           Rollback the transaction.
java.lang.IntegerremoveHeuristic(java.lang.String localId)
           Remove heuristic record of 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.
java.lang.String[]listResources(java.lang.String localId)
           Get list of resources 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.
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

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
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

getStatus

public java.lang.Integer getStatus(java.lang.Integer localId)
Return the transaction status.
Parameters:
localId - the local identifier of the transaction.
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

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
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

finish

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

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
Security Roles:
administrator
operator

commit

public java.lang.Integer commit(java.lang.String localId)
Commit the transaction.
Parameters:
localId - the local identifier of the transaction.
Since:
6.0
Security Roles:
administrator
operator

rollback

public java.lang.Integer rollback(java.lang.String localId)
Rollback the transaction.
Parameters:
localId - the local identifier of the transaction.
Since:
6.0
Security Roles:
administrator
operator

removeHeuristic

public java.lang.Integer removeHeuristic(java.lang.String localId)
Remove heuristic record of transaction.
Parameters:
localId - the local identifier of the transaction.
Since:
6.0
Security Roles:
administrator
operator

getGlobalTranName

public java.lang.String getGlobalTranName(java.lang.Integer localId)
Get global identifier for the transaction.
Parameters:
localId - the local identifier of the transaction.
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

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
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

listResources

public java.lang.String[] listResources(java.lang.String localId)
Get list of resources for the transaction.
Parameters:
localId - the local identifier of the transaction.
Since:
6.0
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

Copyright IBM Corp. 1996-2005