edu.sc.seis.fissuresUtil.cache
Class ResetWithoutRetryStrategy

java.lang.Object
  extended by edu.sc.seis.fissuresUtil.cache.ResetWithoutRetryStrategy
All Implemented Interfaces:
RetryStrategy

public class ResetWithoutRetryStrategy
extends java.lang.Object
implements RetryStrategy


Constructor Summary
ResetWithoutRetryStrategy()
           
 
Method Summary
 void serverRecovered(CorbaServerWrapper server)
           
 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

ResetWithoutRetryStrategy

public ResetWithoutRetryStrategy()
Method Detail

shouldRetry

public boolean shouldRetry(org.omg.CORBA.SystemException exc,
                           CorbaServerWrapper server,
                           int tryCount)
Specified by:
shouldRetry in interface RetryStrategy

serverRecovered

public void serverRecovered(CorbaServerWrapper server)
Specified by:
serverRecovered in interface RetryStrategy