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
)
Return the transaction status.
localId
-
the local identifier of the transaction.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.String getPrintableStatus(
java.lang.String localId
)
Return the transaction status.
localId
-
the local identifier of the transaction.
Since:
5.1
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.Integer getStatus(
java.lang.Integer localId
)
Return the transaction status.
localId
-
the local identifier of the transaction.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.Integer getStatus(
java.lang.String localId
)
Return the transaction status.
localId
-
the local identifier of the transaction.
Since:
5.1
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.Integer finish(
java.lang.Integer localId
)
Forceably finish the transaction.
localId
-
the local identifier of the transaction.
administrator
operator
public java.lang.Integer finish(
java.lang.String localId
)
Forceably finish the transaction.
localId
-
the local identifier of the transaction.
Since:
5.1
administrator
operator
public java.lang.Integer commit(
java.lang.String localId
)
Commit the transaction.
localId
-
the local identifier of the transaction.
Since:
6.0
administrator
operator
public java.lang.Integer rollback(
java.lang.String localId
)
Rollback the transaction.
localId
-
the local identifier of the transaction.
Since:
6.0
administrator
operator
public java.lang.Integer removeHeuristic(
java.lang.String localId
)
Remove heuristic record of transaction.
localId
-
the local identifier of the transaction.
Since:
6.0
administrator
operator
public java.lang.String getGlobalTranName(
java.lang.Integer localId
)
Get global identifier for the transaction.
localId
-
the local identifier of the transaction.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.String getGlobalTranName(
java.lang.String localId
)
Get global identifier for the transaction.
localId
-
the local identifier of the transaction.
Since:
5.1
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public java.lang.String[] listResources(
java.lang.String localId
)
Get list of resources for the transaction.
localId
-
the local identifier of the transaction.
Since:
6.0
administrator
operator
configurator
monitor
deployer
adminsecuritymanager