|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.sc.seis.fissuresUtil.cache.BaseRetryStrategy
edu.sc.seis.fissuresUtil.cache.ClassicRetryStrategy
public class ClassicRetryStrategy
Constructor Summary | |
---|---|
ClassicRetryStrategy(int numRetries)
|
Method Summary | |
---|---|
void |
serverRecovered(CorbaServerWrapper server)
|
boolean |
shouldRetry(org.omg.CORBA.SystemException exc,
CorbaServerWrapper server,
int tryCount)
|
Methods inherited from class edu.sc.seis.fissuresUtil.cache.BaseRetryStrategy |
---|
basicShouldRetry |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClassicRetryStrategy(int numRetries)
Method Detail |
---|
public boolean shouldRetry(org.omg.CORBA.SystemException exc, CorbaServerWrapper server, int tryCount)
shouldRetry
in interface RetryStrategy
shouldRetry
in class BaseRetryStrategy
public void serverRecovered(CorbaServerWrapper server)
serverRecovered
in interface RetryStrategy
serverRecovered
in class BaseRetryStrategy
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |