edu.sc.seis.fissuresUtil.mockFissures.IfSeismogramDC
Class MockDC
java.lang.Object
org.omg.PortableServer.Servant
edu.iris.Fissures.IfSeismogramDC.DataCenterPOA
edu.sc.seis.fissuresUtil.mockFissures.IfSeismogramDC.MockDC
- All Implemented Interfaces:
- DataCenter, DataCenterOperations, java.io.Serializable, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.portable.InvokeHandler
- Direct Known Subclasses:
- TimeoutDC
public class MockDC
- extends DataCenterPOA
- implements DataCenter
- See Also:
- Serialized Form
|
Method Summary |
org.omg.CORBA.Request |
_create_request(org.omg.CORBA.Context ctx,
java.lang.String operation,
org.omg.CORBA.NVList arg_list,
org.omg.CORBA.NamedValue result)
|
org.omg.CORBA.Request |
_create_request(org.omg.CORBA.Context ctx,
java.lang.String operation,
org.omg.CORBA.NVList arg_list,
org.omg.CORBA.NamedValue result,
org.omg.CORBA.ExceptionList exclist,
org.omg.CORBA.ContextList ctxlist)
|
org.omg.CORBA.Object |
_duplicate()
|
org.omg.CORBA.DomainManager[] |
_get_domain_managers()
|
org.omg.CORBA.Policy |
_get_policy(int policy_type)
|
int |
_hash(int maximum)
|
boolean |
_is_equivalent(org.omg.CORBA.Object other)
|
void |
_release()
|
org.omg.CORBA.Request |
_request(java.lang.String operation)
|
org.omg.CORBA.Object |
_set_policy_override(org.omg.CORBA.Policy[] policies,
org.omg.CORBA.SetOverrideType set_add)
|
RequestFilter[] |
available_data(RequestFilter[] a_filterseq)
|
void |
cancel_request(java.lang.String a_request)
|
java.lang.String |
queue_seismograms(RequestFilter[] a_filterseq)
|
java.lang.String |
request_seismograms(RequestFilter[] a_filterseq,
DataCenterCallBack a_client,
boolean long_lived,
Time expiration_time)
|
java.lang.String |
request_status(java.lang.String a_request)
|
LocalSeismogram[] |
retrieve_queue(java.lang.String a_request)
|
LocalSeismogram[] |
retrieve_seismograms(RequestFilter[] a_filterseq)
|
| 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 |
| Methods inherited from interface org.omg.CORBA.Object |
_get_interface_def, _is_a, _non_existent |
MockDC
public MockDC()
available_data
public RequestFilter[] available_data(RequestFilter[] a_filterseq)
- Specified by:
available_data in interface DataCenterOperations
request_seismograms
public java.lang.String request_seismograms(RequestFilter[] a_filterseq,
DataCenterCallBack a_client,
boolean long_lived,
Time expiration_time)
throws FissuresException
- Specified by:
request_seismograms in interface DataCenterOperations
- Throws:
FissuresException
retrieve_seismograms
public LocalSeismogram[] retrieve_seismograms(RequestFilter[] a_filterseq)
- Specified by:
retrieve_seismograms in interface DataCenterOperations
queue_seismograms
public java.lang.String queue_seismograms(RequestFilter[] a_filterseq)
throws FissuresException
- Specified by:
queue_seismograms in interface DataCenterOperations
- Throws:
FissuresException
retrieve_queue
public LocalSeismogram[] retrieve_queue(java.lang.String a_request)
throws FissuresException
- Specified by:
retrieve_queue in interface DataCenterOperations
- Throws:
FissuresException
cancel_request
public void cancel_request(java.lang.String a_request)
throws FissuresException
- Specified by:
cancel_request in interface DataCenterOperations
- Throws:
FissuresException
request_status
public java.lang.String request_status(java.lang.String a_request)
throws FissuresException
- Specified by:
request_status in interface DataCenterOperations
- Throws:
FissuresException
_release
public void _release()
- Specified by:
_release in interface org.omg.CORBA.Object
_hash
public int _hash(int maximum)
- Specified by:
_hash in interface org.omg.CORBA.Object
_get_domain_managers
public org.omg.CORBA.DomainManager[] _get_domain_managers()
- Specified by:
_get_domain_managers in interface org.omg.CORBA.Object
_duplicate
public org.omg.CORBA.Object _duplicate()
- Specified by:
_duplicate in interface org.omg.CORBA.Object
_is_equivalent
public boolean _is_equivalent(org.omg.CORBA.Object other)
- Specified by:
_is_equivalent in interface org.omg.CORBA.Object
_get_policy
public org.omg.CORBA.Policy _get_policy(int policy_type)
- Specified by:
_get_policy in interface org.omg.CORBA.Object
_request
public org.omg.CORBA.Request _request(java.lang.String operation)
- Specified by:
_request in interface org.omg.CORBA.Object
_set_policy_override
public org.omg.CORBA.Object _set_policy_override(org.omg.CORBA.Policy[] policies,
org.omg.CORBA.SetOverrideType set_add)
- Specified by:
_set_policy_override in interface org.omg.CORBA.Object
_create_request
public org.omg.CORBA.Request _create_request(org.omg.CORBA.Context ctx,
java.lang.String operation,
org.omg.CORBA.NVList arg_list,
org.omg.CORBA.NamedValue result)
- Specified by:
_create_request in interface org.omg.CORBA.Object
_create_request
public org.omg.CORBA.Request _create_request(org.omg.CORBA.Context ctx,
java.lang.String operation,
org.omg.CORBA.NVList arg_list,
org.omg.CORBA.NamedValue result,
org.omg.CORBA.ExceptionList exclist,
org.omg.CORBA.ContextList ctxlist)
- Specified by:
_create_request in interface org.omg.CORBA.Object