edu.iris.Fissures.IfTravelTimeCalculator
Class _TravelTimeCalculatorStub
java.lang.Object
org.omg.CORBA.portable.ObjectImpl
edu.iris.Fissures.IfTravelTimeCalculator._TravelTimeCalculatorStub
- All Implemented Interfaces:
- Service, TravelTimeCalculator, TravelTimeCalculatorOperations, java.io.Serializable, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity
public class _TravelTimeCalculatorStub
- extends org.omg.CORBA.portable.ObjectImpl
- implements TravelTimeCalculator
- See Also:
- Serialized Form
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 |
_ob_opsClass
public static final java.lang.Class _ob_opsClass
_TravelTimeCalculatorStub
public _TravelTimeCalculatorStub()
_ids
public java.lang.String[] _ids()
- Specified by:
_ids
in class org.omg.CORBA.portable.ObjectImpl
calculate_travel_times
public PredictedArrival[] calculate_travel_times(java.lang.String _ob_a0,
Location _ob_a1,
Location _ob_a2,
java.lang.String _ob_a3,
java.lang.String[] _ob_a4,
PhaseNameSeqHolder _ob_ah5)
- Specified by:
calculate_travel_times
in interface TravelTimeCalculatorOperations
known_phases
public java.lang.String[] known_phases()
- Specified by:
known_phases
in interface TravelTimeCalculatorOperations
known_models
public java.lang.String[] known_models()
- Specified by:
known_models
in interface TravelTimeCalculatorOperations
get_configuration_options
public ServiceOption[] get_configuration_options()
- Specified by:
get_configuration_options
in interface Service
get_default_configuration
public ServiceSetting[] get_default_configuration()
- Specified by:
get_default_configuration
in interface Service
get_configuration
public ServiceSetting[] get_configuration(java.lang.String _ob_a0)
throws UnknownConfiguration
- Specified by:
get_configuration
in interface Service
- Throws:
UnknownConfiguration
get_setting_for
public ServiceSetting get_setting_for(java.lang.String _ob_a0)
throws UnknownOption
- Specified by:
get_setting_for
in interface Service
- Throws:
UnknownOption
set_configuration
public java.lang.String set_configuration(ServiceSetting[] _ob_a0)
throws UnknownOption,
InvalidValue
- Specified by:
set_configuration
in interface Service
- Throws:
UnknownOption
InvalidValue
reset_to_default
public java.lang.String reset_to_default()
- Specified by:
reset_to_default
in interface Service