public class EventFinderPOATie extends EventFinderPOA
| Constructor and Description |
|---|
EventFinderPOATie(EventFinderOperations delegate) |
EventFinderPOATie(EventFinderOperations delegate,
org.omg.PortableServer.POA poa) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
_all_interfaces, _invoke, _this, _thispublic EventFinderPOATie(EventFinderOperations delegate)
public EventFinderPOATie(EventFinderOperations delegate, org.omg.PortableServer.POA poa)
public EventFinderOperations _delegate()
public void _delegate(EventFinderOperations delegate)
public org.omg.PortableServer.POA _default_POA()
_default_POA in class org.omg.PortableServer.Servantpublic EventFactory a_factory()
public EventFinder a_finder()
public EventChannelFinder a_channel_finder()
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)
EventFinderOperationspublic EventAccess[] get_by_name(java.lang.String name)
public java.lang.String[] known_catalogs()
public java.lang.String[] known_contributors()
public java.lang.String[] catalogs_from(java.lang.String contrib)