Uses of Class
javax.activity.TimeoutRangeException

Packages that use TimeoutRangeException
javax.activity   
org.objectweb.jass.as   
 

Uses of TimeoutRangeException in javax.activity
 

Methods in javax.activity that throw TimeoutRangeException
 void UserActivity.begin(int timeout)
           
 void UserActivity.setTimeout(int timeout)
           
 

Uses of TimeoutRangeException in org.objectweb.jass.as
 

Methods in org.objectweb.jass.as that throw TimeoutRangeException
 void ActivityService.begin(int timeout)
          Create a new Activity and associate it with the current thread.
 void ActivityService.setTimeout(int timeout)
          Sets the default timeout, in seconds, after which an Activity may be automatically completed by the Activity service.