Uses of Class
org.jboss.jbossts.star.client.SRAInfo
-
Uses of SRAInfo in org.jboss.jbossts.star.client
Modifier and TypeMethodDescriptionSRAApi.beginTransaction
(Long timeout, TimeUnit unit) Begin a new SRA.SRAApi.cancelTransaction
(String txId) Cancel a SRASRAApi.commitTransaction
(String txId) Commit a SRASRAApi.getTransactionURIs
(String id) Obtain the transaction terminator and participant enlistment URIs for the specified transaction id.Modifier and TypeMethodDescriptionSRAClient.getActiveSRAs()
SRAClientAPI.getActiveSRAs()
Lookup active SRAsSRAClient.getAllSRAs()
SRAClientAPI.getAllSRAs()
Returns all SRAs Gets both active and recovering SRAsSRAApi.getAllTransactions()
List of all transaction URIs known to the coordinator (active and in recovery)SRAClient.getRecoveringSRAs()
SRAClientAPI.getRecoveringSRAs()
List recovering Long Running Actions Returns SRAs that are recovering (ie some compensators still need to be ran)