edu.sc.seis.cormorant.event
Class EventFinderImpl
java.lang.Object
org.omg.PortableServer.Servant
edu.iris.Fissures.IfEvent.EventFinderPOA
edu.sc.seis.cormorant.event.EventFinderImpl
- All Implemented Interfaces:
- EventDCOperations, EventFinderOperations, EventMgrOperations, org.omg.CORBA.portable.InvokeHandler
public class EventFinderImpl
- extends EventFinderPOA
|
Field Summary |
protected edu.sc.seis.fissuresUtil.database.event.JDBCCatalog |
jdbcCatalog
|
protected edu.sc.seis.fissuresUtil.database.event.JDBCContributor |
jdbcContributor
|
protected edu.sc.seis.fissuresUtil.database.event.JDBCEventAccess |
jdbcEventAccess
|
|
Constructor Summary |
EventFinderImpl(edu.sc.seis.fissuresUtil.database.event.JDBCEventAccess jdbcEventAccess,
edu.sc.seis.fissuresUtil.database.event.JDBCCatalog jdbcCatalog,
edu.sc.seis.fissuresUtil.database.event.JDBCContributor jdbcContributor,
org.omg.PortableServer.POA poa)
|
|
Method Summary |
EventChannelFinder |
a_channel_finder()
|
EventFactory |
a_factory()
|
EventFinder |
a_finder()
|
java.lang.String[] |
catalogs_from(java.lang.String the_contributor)
|
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)
|
protected int[] |
queryEventIds(edu.sc.seis.fissuresUtil.flow.querier.EventFinderQuery query)
|
void |
setEventFactory(EventFactory eventFactory)
|
void |
setEventFinder(EventFinder eventFinder)
|
| Methods inherited from class org.omg.PortableServer.Servant |
_default_POA, _get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
jdbcEventAccess
protected edu.sc.seis.fissuresUtil.database.event.JDBCEventAccess jdbcEventAccess
jdbcCatalog
protected edu.sc.seis.fissuresUtil.database.event.JDBCCatalog jdbcCatalog
jdbcContributor
protected edu.sc.seis.fissuresUtil.database.event.JDBCContributor jdbcContributor
EventFinderImpl
public EventFinderImpl(edu.sc.seis.fissuresUtil.database.event.JDBCEventAccess jdbcEventAccess,
edu.sc.seis.fissuresUtil.database.event.JDBCCatalog jdbcCatalog,
edu.sc.seis.fissuresUtil.database.event.JDBCContributor jdbcContributor,
org.omg.PortableServer.POA poa)
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- Specified by:
query_events in class EventFinderPOA
queryEventIds
protected int[] queryEventIds(edu.sc.seis.fissuresUtil.flow.querier.EventFinderQuery query)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
get_by_name
public EventAccess[] get_by_name(java.lang.String name)
- Specified by:
get_by_name in interface EventFinderOperations- Specified by:
get_by_name in class EventFinderPOA
a_factory
public EventFactory a_factory()
- Specified by:
a_factory in interface EventMgrOperations- Specified by:
a_factory in class EventFinderPOA
a_finder
public EventFinder a_finder()
- Specified by:
a_finder in interface EventDCOperations- Specified by:
a_finder in class EventFinderPOA
a_channel_finder
public EventChannelFinder a_channel_finder()
- Specified by:
a_channel_finder in interface EventDCOperations- Specified by:
a_channel_finder in class EventFinderPOA
known_catalogs
public java.lang.String[] known_catalogs()
- Specified by:
known_catalogs in interface EventFinderOperations- Specified by:
known_catalogs in class EventFinderPOA
known_contributors
public java.lang.String[] known_contributors()
- Specified by:
known_contributors in interface EventFinderOperations- Specified by:
known_contributors in class EventFinderPOA
catalogs_from
public java.lang.String[] catalogs_from(java.lang.String the_contributor)
- Specified by:
catalogs_from in interface EventFinderOperations- Specified by:
catalogs_from in class EventFinderPOA
setEventFinder
public void setEventFinder(EventFinder eventFinder)
setEventFactory
public void setEventFactory(EventFactory eventFactory)
Copyright © 2004-2007 Seismology at the University of South Carolina. All Rights Reserved.