edu.iris.Fissures.IfSeismogramDC
Interface DataCenterCallBackOperations
- All Known Subinterfaces:
- DataCenterCallBack
- All Known Implementing Classes:
- _DataCenterCallBackStub, DataCenterCallBackPOA
- public interface DataCenterCallBackOperations
The DataCenterCallBack is the interface through which the
data center will respond to client that have made
asynchronous request.
return_seismograms
public void return_seismograms(java.lang.String the_request,
LocalSeismogram[] seismograms)
return_group
public void return_group(java.lang.String the_request,
LocalMotionVector[] seismograms)
return_error
public void return_error(java.lang.String the_request,
Error the_error,
RequestFilter[] filters)
finished
public void finished(java.lang.String the_request)
canceled
public void canceled(java.lang.String the_request)
Copyright © 1999-2006 The IRIS Consortium. All Rights Reserved.