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

java.lang.Object
  上位を拡張 org.omg.PortableServer.Servant
      上位を拡張 RTC.DataFlowComponentPOA
          上位を拡張 jp.go.aist.rtm.RTC.RTObject_impl
              上位を拡張 jp.go.aist.rtm.RTC.DataFlowComponentBase
すべての実装されたインタフェース:
SDOOperations, SDOSystemElementOperations, org.omg.CORBA.portable.InvokeHandler, ComponentActionOperations, DataFlowComponentActionOperations, DataFlowComponentOperations, DataFlowParticipantOperations, LightweightRTObjectOperations, RTObjectOperations
直系の既知のサブクラス:
ConfigSampleImpl, ConsoleInImpl, ConsoleInImpl, ConsoleOutImpl, ConsoleOutImpl, GUIInImpl, MyServiceConsumerImpl, MyServiceProviderImpl, SeqInImpl, SeqOutImpl, SinCosOutImpl

public class DataFlowComponentBase
extends RTObject_impl

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


入れ子のクラスの概要
 
クラス jp.go.aist.rtm.RTC.RTObject_impl から継承された入れ子のクラス/インタフェース
RTObject_impl.nv_name
 
フィールドの概要
 
クラス jp.go.aist.rtm.RTC.RTObject_impl から継承されたフィールド
default_conf, m_alive, m_configsets, m_created, m_execContexts, m_objref, m_pManager, m_pORB, m_portAdmin, m_pPOA, m_profile, m_properties, m_pSdoConfig, m_pSdoConfigImpl, m_sdoOrganizations, m_sdoOwnedOrganizations, m_sdoStatus, m_sdoSvcProfiles
 
コンストラクタの概要
DataFlowComponentBase(Manager manager)
          コンストラクタです。
 
メソッドの概要
 DataFlowComponent _this()
          当該オブジェクトのCORBAオブジェクト参照を取得します。
 void init()
          初期化を行います。
 
クラス jp.go.aist.rtm.RTC.RTObject_impl から継承されたメソッド
_finalize, attach_executioncontext, bindParameter, deletePort, deletePortByName, detach_executioncontext, exit, finalizePorts, get_component_profile, get_configuration, get_context, get_contexts, get_device_profile, get_execution_context_services, get_monitoring, get_organizations, get_owned_organizations, 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, onDeactivated, onError, onExecute, onFinalize, onInitialize, onRateChanged, onReset, onShutdown, onStartup, onStateUpdate, registerInPort, registerOutPort, registerPort, setInstanceName, setObjRef, setProperties, shutdown, syncAttributesByProperties, updateParameters
 
クラス RTC.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オブジェクト参照を取得します。

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

init

public void init()

初期化を行います。