Uses of Class
org.jboss.jbossts.star.client.SRAInfo
Packages that use SRAInfo
-
Uses of SRAInfo in org.jboss.jbossts.star.client
Methods in org.jboss.jbossts.star.client that return SRAInfoModifier 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.Methods in org.jboss.jbossts.star.client that return types with arguments of type SRAInfoModifier 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)