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(java.lang.Long timeout, java.util.concurrent.TimeUnit unit)Begin a new SRA.SRAInfoSRAApi. cancelTransaction(java.lang.String txId)Cancel a SRASRAInfoSRAApi. commitTransaction(java.lang.String txId)Commit a SRASRAInfoSRAApi. getTransactionURIs(java.lang.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 java.util.List<SRAInfo>SRAClient. getActiveSRAs()java.util.List<SRAInfo>SRAClientAPI. getActiveSRAs()Lookup active SRAsjava.util.List<SRAInfo>SRAClient. getAllSRAs()java.util.List<SRAInfo>SRAClientAPI. getAllSRAs()Returns all SRAs Gets both active and recovering SRAsjava.util.List<SRAInfo>SRAApi. getAllTransactions()List of all transaction URIs known to the coordinator (active and in recovery)java.util.List<SRAInfo>SRAClient. getRecoveringSRAs()java.util.List<SRAInfo>SRAClientAPI. getRecoveringSRAs()List recovering Long Running Actions Returns SRAs that are recovering (ie some compensators still need to be ran)
-