public class MockDC extends DataCenterPOA implements DataCenter
| Constructor and Description |
|---|
MockDC() |
| Modifier and Type | Method and Description |
|---|---|
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) |
_all_interfaces, _invoke, _this, _this_default_POA, _get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_objectpublic RequestFilter[] available_data(RequestFilter[] a_filterseq)
available_data in interface DataCenterOperationspublic java.lang.String request_seismograms(RequestFilter[] a_filterseq, DataCenterCallBack a_client, boolean long_lived, Time expiration_time) throws FissuresException
request_seismograms in interface DataCenterOperationsFissuresExceptionpublic LocalSeismogram[] retrieve_seismograms(RequestFilter[] a_filterseq)
retrieve_seismograms in interface DataCenterOperationspublic java.lang.String queue_seismograms(RequestFilter[] a_filterseq) throws FissuresException
queue_seismograms in interface DataCenterOperationsFissuresExceptionpublic LocalSeismogram[] retrieve_queue(java.lang.String a_request) throws FissuresException
retrieve_queue in interface DataCenterOperationsFissuresExceptionpublic void cancel_request(java.lang.String a_request)
throws FissuresException
cancel_request in interface DataCenterOperationsFissuresExceptionpublic java.lang.String request_status(java.lang.String a_request)
throws FissuresException
request_status in interface DataCenterOperationsFissuresExceptionpublic void _release()
_release in interface org.omg.CORBA.Objectpublic int _hash(int maximum)
_hash in interface org.omg.CORBA.Objectpublic org.omg.CORBA.DomainManager[] _get_domain_managers()
_get_domain_managers in interface org.omg.CORBA.Objectpublic org.omg.CORBA.Object _duplicate()
_duplicate in interface org.omg.CORBA.Objectpublic boolean _is_equivalent(org.omg.CORBA.Object other)
_is_equivalent in interface org.omg.CORBA.Objectpublic org.omg.CORBA.Policy _get_policy(int policy_type)
_get_policy in interface org.omg.CORBA.Objectpublic org.omg.CORBA.Request _request(java.lang.String operation)
_request in interface org.omg.CORBA.Objectpublic org.omg.CORBA.Object _set_policy_override(org.omg.CORBA.Policy[] policies,
org.omg.CORBA.SetOverrideType set_add)
_set_policy_override in interface org.omg.CORBA.Objectpublic 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)
_create_request in interface org.omg.CORBA.Objectpublic 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)
_create_request in interface org.omg.CORBA.Object