edu.sc.seis.fissuresUtil.cache
Class RetryNetworkDC
java.lang.Object
edu.sc.seis.fissuresUtil.cache.AbstractProxyNetworkDC
edu.sc.seis.fissuresUtil.cache.RetryNetworkDC
- All Implemented Interfaces:
- NetworkDCOperations, CorbaServerWrapper, ProxyNetworkDC, ServerNameDNS
public class RetryNetworkDC
- extends AbstractProxyNetworkDC
Just a pass thru class for the remote networkdc, but this will retry if there
are errors, up to the specified number. This can help in the case of
temporary network/server errors, but may simply waste time in the case of
bigger errors.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RetryNetworkDC
public RetryNetworkDC(NetworkDCOperations netDC,
int retry)
RetryNetworkDC
public RetryNetworkDC(NetworkDCOperations netDC,
RetryStrategy handler)
getNumRetry
public int getNumRetry()
a_explorer
public NetworkExplorer a_explorer()
- Specified by:
a_explorer in interface NetworkDCOperations- Overrides:
a_explorer in class AbstractProxyNetworkDC
a_finder
public NetworkFinder a_finder()