edu.iris.Fissures.IfEvent
Class _EventFinderStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by edu.iris.Fissures.IfEvent._EventFinderStub
All Implemented Interfaces:
EventDC, EventDCOperations, EventFinder, EventFinderOperations, EventMgr, EventMgrOperations, java.io.Serializable, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity

public class _EventFinderStub
extends org.omg.CORBA.portable.ObjectImpl
implements EventFinder

See Also:
Serialized Form

Field Summary
static java.lang.Class _ob_opsClass
           
 
Constructor Summary
_EventFinderStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 EventChannelFinder a_channel_finder()
           
 EventFactory a_factory()
           
 EventFinder a_finder()
           
 java.lang.String[] catalogs_from(java.lang.String _ob_a0)
           
 EventAccess[] get_by_name(java.lang.String _ob_a0)
           
 java.lang.String[] known_catalogs()
           
 java.lang.String[] known_contributors()
           
 EventAccess[] query_events(Area _ob_a0, Quantity _ob_a1, Quantity _ob_a2, TimeRange _ob_a3, java.lang.String[] _ob_a4, float _ob_a5, float _ob_a6, java.lang.String[] _ob_a7, java.lang.String[] _ob_a8, int _ob_a9, EventSeqIterHolder _ob_ah10)
          finds events that have on origin that matches the given arguments.
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, 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
 

Field Detail

_ob_opsClass

public static final java.lang.Class _ob_opsClass
Constructor Detail

_EventFinderStub

public _EventFinderStub()
Method Detail

_ids

public java.lang.String[] _ids()
Specified by:
_ids in class org.omg.CORBA.portable.ObjectImpl

a_factory

public EventFactory a_factory()
Specified by:
a_factory in interface EventMgrOperations

a_finder

public EventFinder a_finder()
Specified by:
a_finder in interface EventDCOperations

a_channel_finder

public EventChannelFinder a_channel_finder()
Specified by:
a_channel_finder in interface EventDCOperations

query_events

public EventAccess[] query_events(Area _ob_a0,
                                  Quantity _ob_a1,
                                  Quantity _ob_a2,
                                  TimeRange _ob_a3,
                                  java.lang.String[] _ob_a4,
                                  float _ob_a5,
                                  float _ob_a6,
                                  java.lang.String[] _ob_a7,
                                  java.lang.String[] _ob_a8,
                                  int _ob_a9,
                                  EventSeqIterHolder _ob_ah10)
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.

Specified by:
query_events in interface EventFinderOperations

get_by_name

public EventAccess[] get_by_name(java.lang.String _ob_a0)
Specified by:
get_by_name in interface EventFinderOperations

known_catalogs

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

known_contributors

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

catalogs_from

public java.lang.String[] catalogs_from(java.lang.String _ob_a0)
Specified by:
catalogs_from in interface EventFinderOperations