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:
- edu.iris.Fissures.IfNetwork.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(edu.iris.Fissures.IfNetwork.NetworkDCOperations netDC,
int retry)
RetryNetworkDC
public RetryNetworkDC(edu.iris.Fissures.IfNetwork.NetworkDCOperations netDC,
RetryStrategy handler)
getNumRetry
public int getNumRetry()
a_explorer
public edu.iris.Fissures.IfNetwork.NetworkExplorer a_explorer()
- Specified by:
a_explorer
in interface edu.iris.Fissures.IfNetwork.NetworkDCOperations
- Overrides:
a_explorer
in class AbstractProxyNetworkDC
a_finder
public edu.iris.Fissures.IfNetwork.NetworkFinder a_finder()