edu.sc.seis.fissuresUtil.mockFissures.IfEvent
Class MockEventFinder

java.lang.Object
  extended by edu.sc.seis.fissuresUtil.mockFissures.IfEvent.MockEventFinder
All Implemented Interfaces:
edu.iris.Fissures.IfEvent.EventDC, edu.iris.Fissures.IfEvent.EventDCOperations, edu.iris.Fissures.IfEvent.EventFinder, edu.iris.Fissures.IfEvent.EventFinderOperations, edu.iris.Fissures.IfEvent.EventMgr, edu.iris.Fissures.IfEvent.EventMgrOperations, java.io.Serializable, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity
Direct Known Subclasses:
TimeSensitiveMockEventFinder

public class MockEventFinder
extends java.lang.Object
implements edu.iris.Fissures.IfEvent.EventFinder

See Also:
Serialized Form

Constructor Summary
MockEventFinder()
           
MockEventFinder(edu.iris.Fissures.IfEvent.EventAccessOperations[] servedEvents)
           
 
Method Summary
 org.omg.CORBA.Request _create_request(org.omg.CORBA.Context arg0, java.lang.String arg1, org.omg.CORBA.NVList arg2, org.omg.CORBA.NamedValue arg3)
           
 org.omg.CORBA.Request _create_request(org.omg.CORBA.Context arg0, java.lang.String arg1, org.omg.CORBA.NVList arg2, org.omg.CORBA.NamedValue arg3, org.omg.CORBA.ExceptionList arg4, org.omg.CORBA.ContextList arg5)
           
 org.omg.CORBA.Object _duplicate()
           
 org.omg.CORBA.DomainManager[] _get_domain_managers()
           
 org.omg.CORBA.Object _get_interface_def()
           
 org.omg.CORBA.Policy _get_policy(int arg0)
           
 int _hash(int arg0)
           
 boolean _is_a(java.lang.String arg0)
           
 boolean _is_equivalent(org.omg.CORBA.Object arg0)
           
 boolean _non_existent()
           
 void _release()
           
 org.omg.CORBA.Request _request(java.lang.String arg0)
           
 org.omg.CORBA.Object _set_policy_override(org.omg.CORBA.Policy[] arg0, org.omg.CORBA.SetOverrideType arg1)
           
 edu.iris.Fissures.IfEvent.EventChannelFinder a_channel_finder()
           
 edu.iris.Fissures.IfEvent.EventFactory a_factory()
           
 edu.iris.Fissures.IfEvent.EventFinder a_finder()
           
 java.lang.String[] catalogs_from(java.lang.String contrib)
           
 edu.iris.Fissures.IfEvent.EventAccess[] get_by_name(java.lang.String name)
           
 java.lang.String[] known_catalogs()
           
 java.lang.String[] known_contributors()
           
 edu.iris.Fissures.IfEvent.EventAccess[] query_events(edu.iris.Fissures.Area the_area, edu.iris.Fissures.Quantity min_depth, edu.iris.Fissures.Quantity max_depth, edu.iris.Fissures.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, edu.iris.Fissures.IfEvent.EventSeqIterHolder iter)
           
static MockEventAccess[] wrap(edu.iris.Fissures.IfEvent.EventAccessOperations[] evs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockEventFinder

public MockEventFinder()

MockEventFinder

public MockEventFinder(edu.iris.Fissures.IfEvent.EventAccessOperations[] servedEvents)
Method Detail

wrap

public static MockEventAccess[] wrap(edu.iris.Fissures.IfEvent.EventAccessOperations[] evs)

query_events

public edu.iris.Fissures.IfEvent.EventAccess[] query_events(edu.iris.Fissures.Area the_area,
                                                            edu.iris.Fissures.Quantity min_depth,
                                                            edu.iris.Fissures.Quantity max_depth,
                                                            edu.iris.Fissures.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,
                                                            edu.iris.Fissures.IfEvent.EventSeqIterHolder iter)
Specified by:
query_events in interface edu.iris.Fissures.IfEvent.EventFinderOperations

get_by_name

public edu.iris.Fissures.IfEvent.EventAccess[] get_by_name(java.lang.String name)
Specified by:
get_by_name in interface edu.iris.Fissures.IfEvent.EventFinderOperations

known_catalogs

public java.lang.String[] known_catalogs()
Specified by:
known_catalogs in interface edu.iris.Fissures.IfEvent.EventFinderOperations

known_contributors

public java.lang.String[] known_contributors()
Specified by:
known_contributors in interface edu.iris.Fissures.IfEvent.EventFinderOperations

catalogs_from

public java.lang.String[] catalogs_from(java.lang.String contrib)
Specified by:
catalogs_from in interface edu.iris.Fissures.IfEvent.EventFinderOperations

a_factory

public edu.iris.Fissures.IfEvent.EventFactory a_factory()
Specified by:
a_factory in interface edu.iris.Fissures.IfEvent.EventMgrOperations

a_finder

public edu.iris.Fissures.IfEvent.EventFinder a_finder()
Specified by:
a_finder in interface edu.iris.Fissures.IfEvent.EventDCOperations

a_channel_finder

public edu.iris.Fissures.IfEvent.EventChannelFinder a_channel_finder()
Specified by:
a_channel_finder in interface edu.iris.Fissures.IfEvent.EventDCOperations

_release

public void _release()
Specified by:
_release in interface org.omg.CORBA.Object

_non_existent

public boolean _non_existent()
Specified by:
_non_existent in interface org.omg.CORBA.Object

_hash

public int _hash(int arg0)
Specified by:
_hash in interface org.omg.CORBA.Object

_is_a

public boolean _is_a(java.lang.String arg0)
Specified by:
_is_a in interface org.omg.CORBA.Object

_get_domain_managers

public org.omg.CORBA.DomainManager[] _get_domain_managers()
Specified by:
_get_domain_managers in interface org.omg.CORBA.Object

_duplicate

public org.omg.CORBA.Object _duplicate()
Specified by:
_duplicate in interface org.omg.CORBA.Object

_get_interface_def

public org.omg.CORBA.Object _get_interface_def()
Specified by:
_get_interface_def in interface org.omg.CORBA.Object

_is_equivalent

public boolean _is_equivalent(org.omg.CORBA.Object arg0)
Specified by:
_is_equivalent in interface org.omg.CORBA.Object

_get_policy

public org.omg.CORBA.Policy _get_policy(int arg0)
Specified by:
_get_policy in interface org.omg.CORBA.Object

_request

public org.omg.CORBA.Request _request(java.lang.String arg0)
Specified by:
_request in interface org.omg.CORBA.Object

_set_policy_override

public org.omg.CORBA.Object _set_policy_override(org.omg.CORBA.Policy[] arg0,
                                                 org.omg.CORBA.SetOverrideType arg1)
Specified by:
_set_policy_override in interface org.omg.CORBA.Object

_create_request

public org.omg.CORBA.Request _create_request(org.omg.CORBA.Context arg0,
                                             java.lang.String arg1,
                                             org.omg.CORBA.NVList arg2,
                                             org.omg.CORBA.NamedValue arg3)
Specified by:
_create_request in interface org.omg.CORBA.Object

_create_request

public org.omg.CORBA.Request _create_request(org.omg.CORBA.Context arg0,
                                             java.lang.String arg1,
                                             org.omg.CORBA.NVList arg2,
                                             org.omg.CORBA.NamedValue arg3,
                                             org.omg.CORBA.ExceptionList arg4,
                                             org.omg.CORBA.ContextList arg5)
Specified by:
_create_request in interface org.omg.CORBA.Object