edu.sc.seis.fissuresUtil.xml
Class DataCenterCallBackImpl
java.lang.Object
org.omg.PortableServer.Servant
edu.iris.Fissures.IfSeismogramDC.DataCenterCallBackPOA
edu.sc.seis.fissuresUtil.xml.DataCenterCallBackImpl
- All Implemented Interfaces:
- edu.iris.Fissures.IfSeismogramDC.DataCenterCallBackOperations, org.omg.CORBA.portable.InvokeHandler
public class DataCenterCallBackImpl
- extends edu.iris.Fissures.IfSeismogramDC.DataCenterCallBackPOA
DataCenterCallBackImpl.java
Created: Tue Feb 11 11:27:41 2003
Method Summary |
void |
canceled(java.lang.String the_request)
|
void |
finished(java.lang.String the_request)
|
void |
return_error(java.lang.String the_request,
edu.iris.Fissures.Error the_error,
edu.iris.Fissures.IfSeismogramDC.RequestFilter[] filters)
|
void |
return_group(java.lang.String the_request,
edu.iris.Fissures.IfSeismogramDC.LocalMotionVector[] seismograms)
|
void |
return_seismograms(java.lang.String the_request,
edu.iris.Fissures.IfSeismogramDC.LocalSeismogram[] seismograms)
|
void |
setCallBack(java.lang.Object obj)
|
Methods inherited from class edu.iris.Fissures.IfSeismogramDC.DataCenterCallBackPOA |
_all_interfaces, _invoke, _this, _this |
Methods inherited from class org.omg.PortableServer.Servant |
_default_POA, _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 |
DataCenterCallBackImpl
public DataCenterCallBackImpl()
setCallBack
public void setCallBack(java.lang.Object obj)
return_seismograms
public void return_seismograms(java.lang.String the_request,
edu.iris.Fissures.IfSeismogramDC.LocalSeismogram[] seismograms)
return_group
public void return_group(java.lang.String the_request,
edu.iris.Fissures.IfSeismogramDC.LocalMotionVector[] seismograms)
return_error
public void return_error(java.lang.String the_request,
edu.iris.Fissures.Error the_error,
edu.iris.Fissures.IfSeismogramDC.RequestFilter[] filters)
finished
public void finished(java.lang.String the_request)
canceled
public void canceled(java.lang.String the_request)