Uses of Class
org.jboss.jbossts.star.client.GenericSRAException
-
Uses of GenericSRAException in org.jboss.jbossts.star.client
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
GenericSRAExceptionMapper.toResponse
(GenericSRAException exception) Modifier and TypeMethodDescriptionSRAApi.beginTransaction
(Long timeout, TimeUnit unit) Begin a new SRA.Attempt to cancel an SRA Trigger the compensation of the SRA.Attempt to close an SRA Trigger the successful completion of the SRA.SRAClient.getActiveSRAs()
SRAClientAPI.getActiveSRAs()
Lookup active SRAsSRAClient.getAllSRAs()
SRAClientAPI.getAllSRAs()
Returns all SRAs Gets both active and recovering SRAsSRAClient.getRecoveringSRAs()
SRAClientAPI.getRecoveringSRAs()
List recovering Long Running Actions Returns SRAs that are recovering (ie some compensators still need to be ran)SRAClient.isActiveSRA
(URL sraId) SRAClientAPI.isActiveSRA
(URL sraId) Indicates whether an SRA is activeSRAClient.isCompensatedSRA
(URL sraId) SRAClientAPI.isCompensatedSRA
(URL sraId) Indicates whether an SRA was compensatedSRAClient.isCompletedSRA
(URL sraId) SRAClientAPI.isCompletedSRA
(URL sraId) Indicates whether an SRA is completevoid
SRAClient.joinSRA
(URL sraId, Long timelimit, String compensateUrl, String completeUrl, String leaveUrl, String statusUrl) void
A SRAParticipant can join with the SRA at any time prior to the completion of an activitySRAClientAPI.joinSRA
(URL sraId, Long timelimit, String compensateUrl, String completeUrl, String leaveUrl, String statusUrl) Similar toSRAClientAPI.joinSRA(URL, Long, String)
but the various compensator urls are passed in explicitlySRAClient.joinSRAWithLinkHeader
(URL sraUrl, Long timelimit, String linkHeader)