Uses of Class
com.sas.iquery.util.RetryUtil.ActionFailed

Packages that use RetryUtil.ActionFailed
com.sas.iquery.util Utility classes that SAS Query Services makes available for use with its models. 
 

Uses of RetryUtil.ActionFailed in com.sas.iquery.util
 

Methods in com.sas.iquery.util that throw RetryUtil.ActionFailed
static
<T> T
RetryUtil.tryAction(RetryUtil.Actor<T> actor)
          Performs the action() of the Actor object and returns the value from that method for either 10 attempts or for the value of the system property "IQ.RetryUtil.MaxRetries".
static
<T> T
RetryUtil.tryAction(RetryUtil.Actor<T> actor, org.apache.log4j.Logger logger)
          Performs the action() of the Actor object and returns the value from that method for either 10 attempts or for the value of the system property "IQ.RetryUtil.MaxRetries".
static
<T> T
RetryUtil.tryAction(RetryUtil.Actor<T> actor, long maxRetries, long retryWaitMs, org.apache.log4j.Logger logger)
          Performs the action() of the Actor object and returns the value from that method.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.