edu.sc.seis.sod
Class UserReportRetryStrategy
java.lang.Object
edu.sc.seis.fissuresUtil.cache.BaseRetryStrategy
edu.sc.seis.fissuresUtil.cache.ClassicRetryStrategy
edu.sc.seis.sod.UserReportRetryStrategy
- All Implemented Interfaces:
- RetryStrategy
public class UserReportRetryStrategy
- extends ClassicRetryStrategy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WILY_NS_URL
public static final java.lang.String WILY_NS_URL
- See Also:
- Constant Field Values
UserReportRetryStrategy
public UserReportRetryStrategy(int numRetries,
java.lang.String additionalInfo)
UserReportRetryStrategy
public UserReportRetryStrategy(int numRetries)
UserReportRetryStrategy
public UserReportRetryStrategy()
shouldRetry
public boolean shouldRetry(org.omg.CORBA.SystemException exc,
CorbaServerWrapper server,
int tryCount)
- Specified by:
shouldRetry
in interface RetryStrategy
- Overrides:
shouldRetry
in class ClassicRetryStrategy
serverRecovered
public void serverRecovered(CorbaServerWrapper server)
- Specified by:
serverRecovered
in interface RetryStrategy
- Overrides:
serverRecovered
in class ClassicRetryStrategy
getWilyURL
public static java.lang.String getWilyURL()