WebSphere:*,type=Transaction
MBean Transaction
Operational control of individual managed transactions.
Operation Summary | |
java.lang.String | getPrintableStatus( Return the transaction status. |
java.lang.String | getPrintableStatus( Return the transaction status. |
java.lang.Integer | getStatus( Return the transaction status. |
java.lang.Integer | getStatus( Return the transaction status. |
java.lang.Integer | finish( Forceably finish the transaction. |
java.lang.Integer | finish( Forceably finish the transaction. |
java.lang.Integer | commit( Commit the transaction. |
java.lang.Integer | rollback( Rollback the transaction. |
java.lang.Integer | removeHeuristic( Remove heuristic record of transaction. |
java.lang.String | getGlobalTranName( Get global identifier for the transaction. |
java.lang.String | getGlobalTranName( Get global identifier for the transaction. |
java.lang.String[] | listResources( Get list of resources for the transaction. |
Operation Detail |
public java.lang.String getPrintableStatus(java.lang.Integer localId
)
localId
-
the local identifier of the transaction.
public java.lang.String getPrintableStatus(java.lang.String localId
)
localId
-
the local identifier of the transaction.
public java.lang.Integer getStatus(java.lang.Integer localId
)
localId
-
the local identifier of the transaction.
public java.lang.Integer getStatus(java.lang.String localId
)
localId
-
the local identifier of the transaction.
public java.lang.Integer finish(java.lang.Integer localId
)
localId
-
the local identifier of the transaction.
public java.lang.Integer finish(java.lang.String localId
)
localId
-
the local identifier of the transaction.
public java.lang.Integer commit(java.lang.String localId
)
localId
-
the local identifier of the transaction.
public java.lang.Integer rollback(java.lang.String localId
)
localId
-
the local identifier of the transaction.
public java.lang.Integer removeHeuristic(java.lang.String localId
)
localId
-
the local identifier of the transaction.
public java.lang.String getGlobalTranName(java.lang.Integer localId
)
localId
-
the local identifier of the transaction.
public java.lang.String getGlobalTranName(java.lang.String localId
)
localId
-
the local identifier of the transaction.
public java.lang.String[] listResources(java.lang.String localId
)
localId
-
the local identifier of the transaction.