RTC
クラス _DataFlowFiniteStateMachineComponentStub

java.lang.Object
  上位を拡張 org.omg.CORBA.portable.ObjectImpl
      上位を拡張 RTC._DataFlowFiniteStateMachineComponentStub
すべての実装されたインタフェース:
SDO, SDOOperations, SDOSystemElement, SDOSystemElementOperations, java.io.Serializable, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity, ComponentAction, ComponentActionOperations, DataFlowComponentAction, DataFlowComponentActionOperations, DataFlowFiniteStateMachineComponent, DataFlowFiniteStateMachineComponentOperations, DataFlowParticipant, DataFlowParticipantOperations, FsmParticipant, FsmParticipantAction, FsmParticipantActionOperations, FsmParticipantOperations, LightweightRTObject, LightweightRTObjectOperations, RTObject, RTObjectOperations

public class _DataFlowFiniteStateMachineComponentStub
extends org.omg.CORBA.portable.ObjectImpl
implements DataFlowFiniteStateMachineComponent

RTC/_DataFlowFiniteStateMachineComponentStub.java . IDL-to-Java �R���p�C�� (�|�[�^�u��), �o�[�W���� "3.1" ���� ������: idl/OpenRTM.idl 2009�N3��5�� 19��27��27�b JST

関連項目:
直列化された形式

コンストラクタの概要
_DataFlowFiniteStateMachineComponentStub()
           
 
メソッドの概要
 ReturnCode_t _finalize()
           
 java.lang.String[] _ids()
           
 int attach_executioncontext(ExecutionContext exec_context)
           
 ReturnCode_t detach_executioncontext(int ec_id)
           
 ReturnCode_t exit()
           
 ComponentProfile get_component_profile()
           
 Configuration get_configuration()
           
 ExecutionContext get_context(int ec_id)
           
 ExecutionContext[] get_contexts()
           
 DeviceProfile get_device_profile()
           
 ExecutionContextService[] get_execution_context_services()
           
 Monitoring get_monitoring()
           
 Organization[] get_organizations()
           
 Organization[] get_owned_organizations()
           
 Port[] get_ports()
           
 java.lang.String get_sdo_id()
           
 SDOService get_sdo_service(java.lang.String id)
           
 java.lang.String get_sdo_type()
           
 ServiceProfile get_service_profile(java.lang.String id)
           
 ServiceProfile[] get_service_profiles()
           
 NameValue[] get_status_list()
           
 org.omg.CORBA.Any get_status(java.lang.String name)
           
 ReturnCode_t initialize()
           
 boolean is_alive()
           
 ReturnCode_t on_aborting(int ec_id)
           
 ReturnCode_t on_action(int ec_id)
           
 ReturnCode_t on_activated(int ec_id)
           
 ReturnCode_t on_deactivated(int ec_id)
           
 ReturnCode_t on_error(int ec_id)
           
 ReturnCode_t on_execute(int ec_id)
           
 ReturnCode_t on_finalize()
           
 ReturnCode_t on_initialize()
           
 ReturnCode_t on_rate_changed(int ec_id)
           
 ReturnCode_t on_reset(int ec_id)
           
 ReturnCode_t on_shutdown(int ec_id)
           
 ReturnCode_t on_startup(int ec_id)
           
 ReturnCode_t on_state_update(int ec_id)
           
 
クラス 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
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
インタフェース 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
 
インタフェース 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
 

コンストラクタの詳細

_DataFlowFiniteStateMachineComponentStub

public _DataFlowFiniteStateMachineComponentStub()
メソッドの詳細

get_component_profile

public ComponentProfile get_component_profile()
定義:
インタフェース RTObjectOperations 内の get_component_profile

get_ports

public Port[] get_ports()
定義:
インタフェース RTObjectOperations 内の get_ports

get_execution_context_services

public ExecutionContextService[] get_execution_context_services()
定義:
インタフェース RTObjectOperations 内の get_execution_context_services

initialize

public ReturnCode_t initialize()
定義:
インタフェース LightweightRTObjectOperations 内の initialize

_finalize

public ReturnCode_t _finalize()
定義:
インタフェース LightweightRTObjectOperations 内の _finalize

exit

public ReturnCode_t exit()
定義:
インタフェース LightweightRTObjectOperations 内の exit

is_alive

public boolean is_alive()
定義:
インタフェース LightweightRTObjectOperations 内の is_alive

get_contexts

public ExecutionContext[] get_contexts()
定義:
インタフェース LightweightRTObjectOperations 内の get_contexts

get_context

public ExecutionContext get_context(int ec_id)
定義:
インタフェース LightweightRTObjectOperations 内の get_context

attach_executioncontext

public int attach_executioncontext(ExecutionContext exec_context)
定義:
インタフェース ComponentActionOperations 内の attach_executioncontext

detach_executioncontext

public ReturnCode_t detach_executioncontext(int ec_id)
定義:
インタフェース ComponentActionOperations 内の detach_executioncontext

on_initialize

public ReturnCode_t on_initialize()
定義:
インタフェース ComponentActionOperations 内の on_initialize

on_finalize

public ReturnCode_t on_finalize()
定義:
インタフェース ComponentActionOperations 内の on_finalize

on_startup

public ReturnCode_t on_startup(int ec_id)
定義:
インタフェース ComponentActionOperations 内の on_startup

on_shutdown

public ReturnCode_t on_shutdown(int ec_id)
定義:
インタフェース ComponentActionOperations 内の on_shutdown

on_activated

public ReturnCode_t on_activated(int ec_id)
定義:
インタフェース ComponentActionOperations 内の on_activated

on_deactivated

public ReturnCode_t on_deactivated(int ec_id)
定義:
インタフェース ComponentActionOperations 内の on_deactivated

on_aborting

public ReturnCode_t on_aborting(int ec_id)
定義:
インタフェース ComponentActionOperations 内の on_aborting

on_error

public ReturnCode_t on_error(int ec_id)
定義:
インタフェース ComponentActionOperations 内の on_error

on_reset

public ReturnCode_t on_reset(int ec_id)
定義:
インタフェース ComponentActionOperations 内の on_reset

get_sdo_id

public java.lang.String get_sdo_id()
                            throws NotAvailable,
                                   InternalError
定義:
インタフェース SDOOperations 内の get_sdo_id
例外:
NotAvailable
InternalError

get_sdo_type

public java.lang.String get_sdo_type()
                              throws NotAvailable,
                                     InternalError
定義:
インタフェース SDOOperations 内の get_sdo_type
例外:
NotAvailable
InternalError

get_device_profile

public DeviceProfile get_device_profile()
                                 throws NotAvailable,
                                        InternalError
定義:
インタフェース SDOOperations 内の get_device_profile
例外:
NotAvailable
InternalError

get_service_profiles

public ServiceProfile[] get_service_profiles()
                                      throws NotAvailable,
                                             InternalError
定義:
インタフェース SDOOperations 内の get_service_profiles
例外:
NotAvailable
InternalError

get_service_profile

public ServiceProfile get_service_profile(java.lang.String id)
                                   throws InvalidParameter,
                                          NotAvailable,
                                          InternalError
定義:
インタフェース SDOOperations 内の get_service_profile
例外:
InvalidParameter
NotAvailable
InternalError

get_sdo_service

public SDOService get_sdo_service(java.lang.String id)
                           throws InvalidParameter,
                                  NotAvailable,
                                  InternalError
定義:
インタフェース SDOOperations 内の get_sdo_service
例外:
InvalidParameter
NotAvailable
InternalError

get_configuration

public Configuration get_configuration()
                                throws InterfaceNotImplemented,
                                       NotAvailable,
                                       InternalError
定義:
インタフェース SDOOperations 内の get_configuration
例外:
InterfaceNotImplemented
NotAvailable
InternalError

get_monitoring

public Monitoring get_monitoring()
                          throws InterfaceNotImplemented,
                                 NotAvailable,
                                 InternalError
定義:
インタフェース SDOOperations 内の get_monitoring
例外:
InterfaceNotImplemented
NotAvailable
InternalError

get_organizations

public Organization[] get_organizations()
                                 throws NotAvailable,
                                        InternalError
定義:
インタフェース SDOOperations 内の get_organizations
例外:
NotAvailable
InternalError

get_status_list

public NameValue[] get_status_list()
                            throws NotAvailable,
                                   InternalError
定義:
インタフェース SDOOperations 内の get_status_list
例外:
NotAvailable
InternalError

get_status

public org.omg.CORBA.Any get_status(java.lang.String name)
                             throws InvalidParameter,
                                    NotAvailable,
                                    InternalError
定義:
インタフェース SDOOperations 内の get_status
例外:
InvalidParameter
NotAvailable
InternalError

get_owned_organizations

public Organization[] get_owned_organizations()
                                       throws NotAvailable
定義:
インタフェース SDOSystemElementOperations 内の get_owned_organizations
例外:
NotAvailable

on_execute

public ReturnCode_t on_execute(int ec_id)
定義:
インタフェース DataFlowComponentActionOperations 内の on_execute

on_state_update

public ReturnCode_t on_state_update(int ec_id)
定義:
インタフェース DataFlowComponentActionOperations 内の on_state_update

on_rate_changed

public ReturnCode_t on_rate_changed(int ec_id)
定義:
インタフェース DataFlowComponentActionOperations 内の on_rate_changed

on_action

public ReturnCode_t on_action(int ec_id)
定義:
インタフェース FsmParticipantActionOperations 内の on_action

_ids

public java.lang.String[] _ids()
定義:
クラス org.omg.CORBA.portable.ObjectImpl 内の _ids