Uses of Interface
com.arjuna.mw.wsas.status.Status

Packages that use Status
com.arjuna.mw.wsas   
com.arjuna.mw.wsas.status   
com.arjuna.mw.wscf.api   
com.arjuna.mw.wscf.model.sagas.api   
com.arjuna.mw.wscf.model.sagas.status   
com.arjuna.mw.wscf.model.twophase.api   
com.arjuna.mw.wscf.model.twophase.status   
 

Uses of Status in com.arjuna.mw.wsas
 

Methods in com.arjuna.mw.wsas that return Status
 Status UserActivity.status()
           
 

Uses of Status in com.arjuna.mw.wsas.status
 

Classes in com.arjuna.mw.wsas.status that implement Status
 class Active
          The activity is active.
 class Completed
          The activity has completed.
 class Completing
          The activity is in the process of completing.
 class Created
          The activity has been created and is yet to start executing.
 class NoActivity
          There is no activity associated with the invoking thread.
 class Unknown
          The current status of the activity is unknown.
 

Uses of Status in com.arjuna.mw.wscf.api
 

Methods in com.arjuna.mw.wscf.api that return Status
 Status UserCoordinatorService.status()
           
 

Uses of Status in com.arjuna.mw.wscf.model.sagas.api
 

Methods in com.arjuna.mw.wscf.model.sagas.api that return Status
 Status UserCoordinator.status()
           
 

Uses of Status in com.arjuna.mw.wscf.model.sagas.status
 

Classes in com.arjuna.mw.wscf.model.sagas.status that implement Status
 class Cancelled
          The coordinator has cancelled and completed the protocol.
 class Cancelling
          The coordinator is in the process of cancelling.
 class CancelOnly
          The status of the coordination is such that it will eventually cancel.
 class Closed
          The coordinator has confirmed and completed the protocol.
 class Closing
          The coordinator is in the process of confirming the participants.
 class Compensated
          The coordinator has prepared.
 class Compensating
          The coordinator is preparing.
 

Uses of Status in com.arjuna.mw.wscf.model.twophase.api
 

Methods in com.arjuna.mw.wscf.model.twophase.api that return Status
 Status UserCoordinator.status()
           
 

Uses of Status in com.arjuna.mw.wscf.model.twophase.status
 

Classes in com.arjuna.mw.wscf.model.twophase.status that implement Status
 class Confirmed
          The coordinator has confirmed and completed the protocol.
 class Confirming
          The coordinator is in the process of confirming the participants.
 class HeuristicCancel
          All of the coordiantor's participants cancelled when they were asked to confirm.
 class HeuristicConfirm
          All of the coordinator's participants confirmed when they were asked to cancel.
 class HeuristicHazard
          Some of the coordinator's participants cancelled, some confirmed and the status of others is indeterminate.
 class HeuristicMixed
          Some of the coordinator's participants cancelled and some confirmed.
 class Prepared
          The coordinator has prepared.
 class Preparing
          The coordinator is preparing.
 



Copyright © 2012. All Rights Reserved.