edu.iris.Fissures.IfSeismogramDC
Class _DataCenterStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by edu.iris.Fissures.IfSeismogramDC._DataCenterStub
All Implemented Interfaces:
DataCenter, DataCenterOperations, java.io.Serializable, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity

public class _DataCenterStub
extends org.omg.CORBA.portable.ObjectImpl
implements DataCenter

See Also:
Serialized Form

Field Summary
static java.lang.Class _ob_opsClass
           
 
Constructor Summary
_DataCenterStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 RequestFilter[] available_data(RequestFilter[] _ob_a0)
           
 void cancel_request(java.lang.String _ob_a0)
           
 java.lang.String queue_seismograms(RequestFilter[] _ob_a0)
           
 java.lang.String request_seismograms(RequestFilter[] _ob_a0, DataCenterCallBack _ob_a1, boolean _ob_a2, Time _ob_a3)
          if long_lived is true then the request is "sticky" in that the client wants the data center to return not just the data that it has in its archive currently, but also any data that it receives up to the expiration_time.
 java.lang.String request_status(java.lang.String _ob_a0)
           
 LocalSeismogram[] retrieve_queue(java.lang.String _ob_a0)
           
 LocalSeismogram[] retrieve_seismograms(RequestFilter[] _ob_a0)
           
 
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

_DataCenterStub

public _DataCenterStub()
Method Detail

_ids

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

available_data

public RequestFilter[] available_data(RequestFilter[] _ob_a0)
Specified by:
available_data in interface DataCenterOperations

request_seismograms

public java.lang.String request_seismograms(RequestFilter[] _ob_a0,
                                            DataCenterCallBack _ob_a1,
                                            boolean _ob_a2,
                                            Time _ob_a3)
                                     throws FissuresException
Description copied from interface: DataCenterOperations
if long_lived is true then the request is "sticky" in that the client wants the data center to return not just the data that it has in its archive currently, but also any data that it receives up to the expiration_time. For instance if a station sends its data by mailing tapes, then a researcher could issue a request for data that is expected to be delivered from a recent earthquake, even thought the data center does not yet have the data. Note that expiration_time is ignored if long_lived is false.

Specified by:
request_seismograms in interface DataCenterOperations
Throws:
FissuresException

retrieve_seismograms

public LocalSeismogram[] retrieve_seismograms(RequestFilter[] _ob_a0)
                                       throws FissuresException
Specified by:
retrieve_seismograms in interface DataCenterOperations
Throws:
FissuresException

queue_seismograms

public java.lang.String queue_seismograms(RequestFilter[] _ob_a0)
                                   throws FissuresException
Specified by:
queue_seismograms in interface DataCenterOperations
Throws:
FissuresException

retrieve_queue

public LocalSeismogram[] retrieve_queue(java.lang.String _ob_a0)
                                 throws FissuresException
Specified by:
retrieve_queue in interface DataCenterOperations
Throws:
FissuresException

cancel_request

public void cancel_request(java.lang.String _ob_a0)
                    throws FissuresException
Specified by:
cancel_request in interface DataCenterOperations
Throws:
FissuresException

request_status

public java.lang.String request_status(java.lang.String _ob_a0)
                                throws FissuresException
Specified by:
request_status in interface DataCenterOperations
Throws:
FissuresException