edu.sc.seis.fissuresUtil.cache
Class RetryEventFinder

java.lang.Object
  extended by edu.sc.seis.fissuresUtil.cache.ProxyEventFinder
      extended by edu.sc.seis.fissuresUtil.cache.RetryEventFinder
All Implemented Interfaces:
EventDC, EventDCOperations, EventFinder, EventFinderOperations, EventMgr, EventMgrOperations, CorbaServerWrapper, java.io.Serializable, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity

public class RetryEventFinder
extends ProxyEventFinder
implements EventFinder

See Also:
Serialized Form

Field Summary
 
Fields inherited from class edu.sc.seis.fissuresUtil.cache.ProxyEventFinder
ef
 
Fields inherited from interface edu.sc.seis.fissuresUtil.cache.CorbaServerWrapper
EVENTACCESS_TYPE, EVENTDC_TYPE, EVENTFINDER_TYPE, NETACCESS_TYPE, NETDC_TYPE, NETFINDER_TYPE, PLOTTABLEDC_TYPE, SEISDC_TYPE
 
Constructor Summary
RetryEventFinder(ProxyEventFinder ef, RetryStrategy strat)
           
 
Method Summary
 EventChannelFinder a_channel_finder()
           
 EventFactory a_factory()
           
 EventFinder a_finder()
           
 java.lang.String[] catalogs_from(java.lang.String contrib)
           
 EventAccess[] get_by_name(java.lang.String name)
           
 java.lang.String[] known_catalogs()
           
 java.lang.String[] known_contributors()
           
 EventAccess[] query_events(Area the_area, Quantity min_depth, Quantity max_depth, TimeRange time_range, java.lang.String[] search_types, float min_magnitude, float max_magnitude, java.lang.String[] catalogs, java.lang.String[] contributors, int seq_max, EventSeqIterHolder iter)
           
 
Methods inherited from class edu.sc.seis.fissuresUtil.cache.ProxyEventFinder
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override, getCorbaObject, getFullName, getServerDNS, getServerName, getServerType, getWrappedEventFinder, hasCorbaObject, reset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Constructor Detail

RetryEventFinder

public RetryEventFinder(ProxyEventFinder ef,
                        RetryStrategy strat)
Method Detail

a_channel_finder

public EventChannelFinder a_channel_finder()
Specified by:
a_channel_finder in interface EventDCOperations
Overrides:
a_channel_finder in class ProxyEventFinder

a_factory

public EventFactory a_factory()
Specified by:
a_factory in interface EventMgrOperations
Overrides:
a_factory in class ProxyEventFinder

a_finder

public EventFinder a_finder()
Specified by:
a_finder in interface EventDCOperations
Overrides:
a_finder in class ProxyEventFinder

catalogs_from

public java.lang.String[] catalogs_from(java.lang.String contrib)
Specified by:
catalogs_from in interface EventFinderOperations
Overrides:
catalogs_from in class ProxyEventFinder

get_by_name

public EventAccess[] get_by_name(java.lang.String name)
Specified by:
get_by_name in interface EventFinderOperations
Overrides:
get_by_name in class ProxyEventFinder

known_catalogs

public java.lang.String[] known_catalogs()
Specified by:
known_catalogs in interface EventFinderOperations
Overrides:
known_catalogs in class ProxyEventFinder

known_contributors

public java.lang.String[] known_contributors()
Specified by:
known_contributors in interface EventFinderOperations
Overrides:
known_contributors in class ProxyEventFinder

query_events

public EventAccess[] query_events(Area the_area,
                                  Quantity min_depth,
                                  Quantity max_depth,
                                  TimeRange time_range,
                                  java.lang.String[] search_types,
                                  float min_magnitude,
                                  float max_magnitude,
                                  java.lang.String[] catalogs,
                                  java.lang.String[] contributors,
                                  int seq_max,
                                  EventSeqIterHolder iter)
Specified by:
query_events in interface EventFinderOperations
Overrides:
query_events in class ProxyEventFinder