Uses of Class
com.arjuna.mw.wsas.exceptions.InvalidTimeoutException

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

Uses of InvalidTimeoutException in com.arjuna.mw.wsas
 

Methods in com.arjuna.mw.wsas that throw InvalidTimeoutException
 void UserActivity.setTimeout(int timeout)
          Set the timeout to be associated with all subsequently created activities.
 void UserActivity.start(String serviceType, int timeout)
          Start a new activity with a given coordination type.
 

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

Methods in com.arjuna.mw.wscf.model.sagas.api that throw InvalidTimeoutException
 void UserCoordinator.begin(String coordinationType, int timeout)
          Start a new activity.
 void UserCoordinator.setTimeout(int timeout)
          Set the timeout to be associated with all subsequently created activities.
 

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

Methods in com.arjuna.mw.wscf.model.twophase.api that throw InvalidTimeoutException
 void UserCoordinator.begin(String serviceType, int timeout)
          Start a new activity.
 void UserCoordinator.setTimeout(int timeout)
          Set the timeout to be associated with all subsequently created activities.
 



Copyright © 2011. All Rights Reserved.