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