Uses of Class
org.jboss.jbossts.star.client.SRAInfo
-
Packages that use SRAInfo Package Description org.jboss.jbossts.star.client -
-
Uses of SRAInfo in org.jboss.jbossts.star.client
Methods in org.jboss.jbossts.star.client that return SRAInfo Modifier and Type Method Description SRAInfoSRAApi. beginTransaction(Long timeout, TimeUnit unit)Begin a new SRA.SRAInfoSRAApi. cancelTransaction(String txId)Cancel a SRASRAInfoSRAApi. commitTransaction(String txId)Commit a SRASRAInfoSRAApi. 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 SRAInfo Modifier and Type Method Description List<SRAInfo>SRAClient. getActiveSRAs()List<SRAInfo>SRAClientAPI. getActiveSRAs()Lookup active SRAsList<SRAInfo>SRAClient. getAllSRAs()List<SRAInfo>SRAClientAPI. getAllSRAs()Returns all SRAs Gets both active and recovering SRAsList<SRAInfo>SRAApi. getAllTransactions()List of all transaction URIs known to the coordinator (active and in recovery)List<SRAInfo>SRAClient. getRecoveringSRAs()List<SRAInfo>SRAClientAPI. getRecoveringSRAs()List recovering Long Running Actions Returns SRAs that are recovering (ie some compensators still need to be ran)
-