jp.go.aist.rtm.RTC
クラス DataFlowComponentBase

java.lang.Object
  上位を拡張 org.omg.PortableServer.Servant
      上位を拡張 OpenRTM.DataFlowComponentPOA
          上位を拡張 jp.go.aist.rtm.RTC.RTObject_impl
              上位を拡張 jp.go.aist.rtm.RTC.DataFlowComponentBase
すべての実装されたインタフェース:
SDOOperations, SDOSystemElementOperations, org.omg.CORBA.portable.InvokeHandler, ComponentActionOperations, DataFlowComponentActionOperations, DataFlowComponentOperations, LightweightRTObjectOperations, RTObjectOperations

public class DataFlowComponentBase
extends RTObject_impl

データフローコンポーネントのベースクラスです。

データフロー型RTComponentの基底クラス。 データフローコンポーネントを実装する際には、 本クラスのサブクラスとして実装します。


入れ子のクラスの概要
 
クラス jp.go.aist.rtm.RTC.RTObject_impl から継承された入れ子のクラス/インタフェース
RTObject_impl.deactivate_comps, RTObject_impl.ec_copy, RTObject_impl.ec_find, RTObject_impl.nv_name
 
フィールドの概要
 
クラス jp.go.aist.rtm.RTC.RTObject_impl から継承されたフィールド
default_conf, ECOTHER_OFFSET, m_actionListeners, m_configsets, m_created, m_eclist, m_ecMine, m_ecOther, m_inports, m_objref, m_outports, m_pManager, m_pORB, m_portAdmin, m_pPOA, m_profile, m_properties, m_pSdoConfig, m_pSdoConfigImpl, m_readAll, m_readAllCompletion, m_sdoOrganizations, m_sdoOwnedOrganizations, m_sdoStatus, m_sdoSvcProfiles, m_writeAll, m_writeAllCompletion, rtcout
 
コンストラクタの概要
DataFlowComponentBase(Manager manager)
          コンストラクタ
 
メソッドの概要
 DataFlowComponent _this()
          当該オブジェクトのCORBAオブジェクト参照を取得します。
 void init()
          初期化。
 
クラス jp.go.aist.rtm.RTC.RTObject_impl から継承されたメソッド
_finalize, addExecutionContextActionListener, addExecutionContextActionListener, addInPort, addOutPort, addPort, addPort, addPort, addPortActionListener, addPortActionListener, addPostComponentActionListener, addPostComponentActionListener, addPreComponentActionListener, addPreComponentActionListener, attach_context, bindContext, bindParameter, deletePort, deletePort, deletePort, deletePortByName, detach_context, exit, finalizeContexts, finalizePorts, get_component_profile, get_configuration, get_context_handle, get_context, get_device_profile, get_monitoring, get_organizations, get_owned_contexts, get_owned_organizations, get_participating_contexts, get_ports, get_sdo_id, get_sdo_service, get_sdo_type, get_service_profile, get_service_profiles, get_status_list, get_status, getCategory, getInstanceName, getNamingNames, getObjRef, getProperties, getTypeName, initialize, is_alive, on_aborting, on_activated, on_deactivated, on_error, on_execute, on_finalize, on_initialize, on_rate_changed, on_reset, on_shutdown, on_startup, on_state_update, onAborting, onActivated, onAddPort, onAttachExecutionContext, onDeactivated, onDetachExecutionContext, onError, onExecute, onFinalize, onInitialize, onRateChanged, onRemovePort, onReset, onShutdown, onStartup, onStateUpdate, postOnAborting, postOnActivated, postOnDeactivated, postOnError, postOnExecute, postOnFinalize, postOnInitialize, postOnRateChanged, postOnReset, postOnShutdown, postOnStartup, postOnStateUpdate, preOnAborting, preOnActivated, preOnDeactivated, preOnError, preOnExecute, preOnFinalize, preOnInitialize, preOnRateChanged, preOnReset, preOnShutdown, preOnStartup, preOnStateUpdate, readAll, registerInPort, registerInPort, registerOutPort, registerOutPort, registerPort, registerPort, registerPort, removeExecutionContextActionListener, removeInPort, removeOutPort, removePort, removePort, removePort, removePortActionListener, removePostComponentActionListener, removePreComponentActionListener, setInstanceName, setObjRef, setProperties, setReadAll, setReadAll, setReadAll, setWriteAll, setWriteAll, setWriteAll, shutdown, syncAttributesByProperties, updateParameters, writeAll
 
クラス OpenRTM.DataFlowComponentPOA から継承されたメソッド
_all_interfaces, _invoke, _this
 
クラス 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
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DataFlowComponentBase

public DataFlowComponentBase(Manager manager)
コンストラクタ

パラメータ:
manager - マネージャオブジェクト
メソッドの詳細

_this

public DataFlowComponent _this()
当該オブジェクトのCORBAオブジェクト参照を取得します。

オーバーライド:
クラス RTObject_impl 内の _this
戻り値:
当該オブジェクトのCORBAオブジェクト参照

init

public void init()
初期化。

データフロー型 RTComponent の初期化を実行する。 実際の初期化処理は、各具象クラス内に記述する。