Uses of Interface
com.sas.iquery.util.RetryUtil.Actor

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

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

Methods in com.sas.iquery.util with parameters of type RetryUtil.Actor
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.