edu.iris.Fissures.IfEvent
Class EventFinderPOATie
java.lang.Object
org.omg.PortableServer.Servant
edu.iris.Fissures.IfEvent.EventFinderPOA
edu.iris.Fissures.IfEvent.EventFinderPOATie
- All Implemented Interfaces:
- EventDCOperations, EventFinderOperations, EventMgrOperations, org.omg.CORBA.portable.InvokeHandler
public class EventFinderPOATie
- extends EventFinderPOA
Method Summary |
org.omg.PortableServer.POA |
_default_POA()
|
EventFinderOperations |
_delegate()
|
void |
_delegate(EventFinderOperations delegate)
|
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)
finds events that have on origin that matches the given arguments. |
Methods inherited from class org.omg.PortableServer.Servant |
_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 |
EventFinderPOATie
public EventFinderPOATie(EventFinderOperations delegate)
EventFinderPOATie
public EventFinderPOATie(EventFinderOperations delegate,
org.omg.PortableServer.POA poa)
_delegate
public EventFinderOperations _delegate()
_delegate
public void _delegate(EventFinderOperations delegate)
_default_POA
public org.omg.PortableServer.POA _default_POA()
- Overrides:
_default_POA
in class org.omg.PortableServer.Servant
a_factory
public EventFactory a_factory()
a_finder
public EventFinder a_finder()
a_channel_finder
public EventChannelFinder a_channel_finder()
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)
- Description copied from interface:
EventFinderOperations
- finds events that have on origin that matches the given arguments.
Please note that if any of search_types, catalogs, or contributors
are of length 0, then this will be interpreted by the server as
anything is acceptable. In effect this provides a wildcard.
get_by_name
public EventAccess[] get_by_name(java.lang.String name)
known_catalogs
public java.lang.String[] known_catalogs()
known_contributors
public java.lang.String[] known_contributors()
catalogs_from
public java.lang.String[] catalogs_from(java.lang.String contrib)