public class UserReportRetryStrategy extends ClassicRetryStrategy
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
WILY_NS_URL |
Constructor and Description |
---|
UserReportRetryStrategy() |
UserReportRetryStrategy(int numRetries) |
UserReportRetryStrategy(int numRetries,
java.lang.String additionalInfo) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getWilyURL() |
void |
serverRecovered(CorbaServerWrapper server) |
boolean |
shouldRetry(org.omg.CORBA.SystemException exc,
CorbaServerWrapper server,
int tryCount) |
basicShouldRetry
public static final java.lang.String WILY_NS_URL
public UserReportRetryStrategy(int numRetries, java.lang.String additionalInfo)
public UserReportRetryStrategy(int numRetries)
public UserReportRetryStrategy()
public boolean shouldRetry(org.omg.CORBA.SystemException exc, CorbaServerWrapper server, int tryCount)
shouldRetry
in interface RetryStrategy
shouldRetry
in class ClassicRetryStrategy
public void serverRecovered(CorbaServerWrapper server)
serverRecovered
in interface RetryStrategy
serverRecovered
in class ClassicRetryStrategy
public static java.lang.String getWilyURL()