クラス
jp.go.aist.rtm.RTC.util.Properties の使用

Properties を使用しているパッケージ
jp.go.aist.rtm.RTC   
jp.go.aist.rtm.RTC.buffer   
jp.go.aist.rtm.RTC.executionContext   
jp.go.aist.rtm.RTC.port   
jp.go.aist.rtm.RTC.port.publisher   
jp.go.aist.rtm.RTC.SDOPackage   
jp.go.aist.rtm.RTC.util   
 

jp.go.aist.rtm.RTC での Properties の使用
 

Properties として宣言されている jp.go.aist.rtm.RTC のフィールド
protected  Properties ManagerConfig.m_argprop
          引数から渡されるプロパティ
protected  Properties Manager.m_config
          Managerコンフィギュレーション
protected  Properties FactoryBase.m_Profile
          コンポーネントのプロファイル
protected  Properties ModuleManager.m_properties
          Module Manager プロパティ
protected  Properties RTObject_impl.m_properties
          RTC のプロパティ
 

Properties を返す jp.go.aist.rtm.RTC のメソッド
 Properties ConfigAdmin.getActiveConfigurationSet()
          アクティブ・コンフィギュレーションセットを取得。
 Properties Manager.getConfig()
          マネージャコンフィギュレーションの取得。
 Properties ConfigAdmin.getConfigurationSet(java.lang.String config_id)
          指定したIDのコンフィギュレーションセットの取得。
 Properties RTObject_impl.getProperties()
          [local interface] RTC のプロパティを取得する。
 Properties FactoryBase.profile()
          コンポーネントプロファイルの取得 コンポーネントのプロファイルを取得する
 

Properties 型の引数を持つ型を返す jp.go.aist.rtm.RTC のメソッド
 java.util.Vector<Properties> ConfigAdmin.getConfigurationSets()
          全コンフィギュレーションセットの取得。
 java.util.Vector<Properties> Manager.getFactoryProfiles()
          ファクトリのプロファイルを取得。
 java.util.Vector<Properties> ModuleManager.getLoadableModules()
          ロード可能モジュールリストを取得する ロード可能なモジュールのリストを取得する。
 java.util.Vector<Properties> Manager.getLoadableModules()
          ロード可能なモジュールリストを取得する。
 java.util.Vector<Properties> ModuleManager.getLoadedModules()
          ロード済みのモジュールリストを取得する 既にロード済みのモジュールリストを取得する。
 java.util.Vector<Properties> Manager.getLoadedModules()
          ロード済みのモジュールリストを取得する。
 

Properties 型のパラメータを持つ jp.go.aist.rtm.RTC のメソッド
 boolean ConfigAdmin.addConfigurationSet(Properties config_set)
          コンフィギュレーションセットに設定値を追加。
 void ManagerConfig.configure(Properties properties)
          Configuration 情報を Property に設定する Manager のConfiguration 情報を指定された Property に設定する。
protected  void Manager.configureComponent(RTObject_impl comp, Properties prop)
          RTコンポーネントのコンフィギュレーション処理。
protected  java.lang.String Manager.formatString(java.lang.String namingFormat, Properties properties)
          NamingServer に登録する際の登録情報を組み立てる。
protected  boolean Manager.mergeProperty(Properties properties, java.lang.String fileName)
          プロパティ情報のマージ。
 void ConfigurationSetNameListenerHolder.notify(Properties config_set)
           
 void ConfigurationSetListenerHolder.notify(Properties config_set)
           
 void ConfigAdmin.onAddConfigurationSet(Properties config_set)
          設定値が追加されたときにコールされる。
 void ConfigAdmin.onSetConfigurationSet(Properties config_set)
          コンフィギュレーションセットへの追加時にコールされる。
 void ConfigAdmin.OnSetConfigurationSetCallback.operator(Properties config_set)
          対象のオブジェクトに対して操作を行う。
 void ConfigAdmin.OnAddConfigurationAddCallback.operator(Properties config_set)
          対象のオブジェクトに対して操作を行う。
abstract  void ConfigurationSetListener.operator(Properties config_set)
          仮想コールバック関数 ConfigurationSetListener のコールバック関数
abstract  void ConfigurationSetNameListener.operator(Properties config_set)
          仮想コールバック関数 ConfigurationSetNameListener のコールバック関数
 boolean Manager.procComponentArgs(java.lang.String comp_arg, Properties comp_id, Properties comp_conf)
          引数文字列からコンポーネント型名・プロパティを抽出する。
 boolean Manager.procContextArgs(java.lang.String ec_args, java.lang.StringBuffer ec_id, Properties ec_conf)
          引数文字列からExecutionContext名・プロパティを抽出する。
 boolean Manager.registerFactory(Properties profile, RtcNewFunc new_func, RtcDeleteFunc delete_func)
          RTコンポーネント用ファクトリを登録する。
 boolean ConfigAdmin.setConfigurationSetValues(java.lang.String config_id, Properties config_set)
          指定したプロパティのコンフィギュレーションセットへの追加。
 void RTObject_impl.setProperties(Properties prop)
          [local interface] RTC のプロパティを設定する。
protected  void ManagerConfig.setSystemInformation(Properties properties)
          システム情報を設定する。
 

Properties 型のパラメータを持つ jp.go.aist.rtm.RTC のコンストラクタ
ConfigAdmin(Properties configsets)
          コンストラクタ
FactoryBase(Properties profile)
          コンストラクタ
FactoryJava(Properties profile, RtcNewFunc newFunc, RtcDeleteFunc deleteFunc)
          コンストラクタ。
FactoryJava(Properties profile, RtcNewFunc newFunc, RtcDeleteFunc deleteFunc, NumberingPolicy policy)
          コンストラクタ。
ModuleManager(Properties properties)
          コンストラクタ。
 

jp.go.aist.rtm.RTC.buffer での Properties の使用
 

Properties 型のパラメータを持つ jp.go.aist.rtm.RTC.buffer のメソッド
 void NullBuffer.init(Properties prop)
          This function is not implemented.
 void RingBuffer.init(Properties prop)
          バッファの設定。
 void BufferBase.init(Properties prop)
          バッファの設定
 

jp.go.aist.rtm.RTC.executionContext での Properties の使用
 

Properties 型のパラメータを持つ jp.go.aist.rtm.RTC.executionContext のメソッド
 void PeriodicECSharedComposite_impl.setCallback.operator(Properties config_set)
           
 void PeriodicECSharedComposite_impl.addCallback.operator(Properties config_set)
           
 

jp.go.aist.rtm.RTC.port での Properties の使用
 

Properties として宣言されている jp.go.aist.rtm.RTC.port のフィールド
protected  Properties OutPortBase.m_properties
           
protected  Properties CorbaPort.m_properties
           Properties
protected  Properties InPortBase.m_properties
           
 Properties ConnectorBase.ConnectorInfo.properties
           
 

Properties を返す jp.go.aist.rtm.RTC.port のメソッド
 Properties OutPortBase.properties()
          プロパティを取得する ポートのプロパティを取得する。
 Properties InPortBase.properties()
          プロパティを取得する ポートのプロパティを取得する。
 

Properties 型のパラメータを持つ jp.go.aist.rtm.RTC.port のメソッド
protected  OutPortConnector OutPortBase.createConnector(ConnectorProfileHolder cprof, Properties prop, InPortConsumer consumer)
          OutPortPushConnector の生成
protected  InPortConnector InPortBase.createConnector(ConnectorProfileHolder cprof, Properties prop, InPortProvider provider)
          InPortPushConnector の生成 Connector を生成し、生成が成功すれば m_connectors に保存する。
protected  InPortConnector InPortBase.createConnector(ConnectorProfileHolder cprof, Properties prop, OutPortConsumer consumer)
          InPortPullConnector の生成 Connector を生成し、生成が成功すれば m_connectors に保存する。
protected  OutPortConnector OutPortBase.createConnector(ConnectorProfileHolder cprof, Properties prop, OutPortProvider provider)
          OutPortPullConnector の生成
protected  InPortConsumer OutPortBase.createConsumer(ConnectorProfileHolder cprof, Properties prop)
          InPort consumer の生成
protected  OutPortConsumer InPortBase.createConsumer(ConnectorProfileHolder cprof, Properties prop)
          OutPort consumer の生成 OutPortConsumer を生成する。
protected  OutPortProvider OutPortBase.createProvider(ConnectorProfileHolder cprof, Properties prop)
          OutPort provider の生成
protected  InPortProvider InPortBase.createProvider(ConnectorProfileHolder cprof, Properties prop)
          InPort provider の生成 InPortProvider を生成し、情報を ConnectorProfile に公開する。
 void InPortConsumer.init(Properties prop)
           Initializing configuration This operation would be called to configure this consumer in initialization.
 void OutPortBase.init(Properties prop)
          プロパティの初期化 指定されたプロパティで初期化する。
 void CorbaPort.init(Properties prop)
           Initializing properties This operation initializes outport's properties.
 void OutPortConsumer.init(Properties prop)
           Initializing configuration This operation would be called to configure in initialization.
 void InPortCorbaCdrProvider.init(Properties prop)
          設定初期化 {@.ja InPortCorbaCdrProvider の各種設定を行う。
 void OutPortCorbaCdrConsumer.init(Properties prop)
          設定初期化 {@.ja OutPortConsumerの各種設定を行う。
 void InPortBase.init(Properties prop)
          プロパティの初期化 指定されたプロパティで初期化する。
 void OutPortProvider.init(Properties prop)
           Initializing configuration This operation would be called to configure in initialization.
 void InPortProvider.init(Properties prop)
           Initializing configuration This operation would be called to configure this consumer in initialization.
 void InPortCorbaCdrConsumer.init(Properties prop)
          設定初期化 {@.ja InPortConsumerの各種設定を行う。
 void OutPortCorbaCdrProvider.init(Properties prop)
          設定初期化 {@.ja OutPortCorbaCdrProvider の各種設定を行う。
 

Properties 型のパラメータを持つ jp.go.aist.rtm.RTC.port のコンストラクタ
ConnectorBase.ConnectorInfo(java.lang.String name_, java.lang.String id_, java.util.Vector<java.lang.String> ports_, Properties properties_)
           
InPortTcpSockConsumer(java.lang.Class<DataType> DATA_TYPE_CLASS, BufferBase<DataType> buffer, Properties prop)
           
 

jp.go.aist.rtm.RTC.port.publisher での Properties の使用
 

Properties 型のパラメータを持つ jp.go.aist.rtm.RTC.port.publisher のメソッド
 PublisherBase PublisherFactory.create(InPortConsumer consumer, Properties property)
          Publisherオブジェクトを生成します。
protected  boolean PublisherPeriodic.createTask(Properties prop)
           Setting Task
protected  boolean PublisherNew.createTask(Properties prop)
           Setting Task
 ReturnCode PublisherFlush.init(Properties prop)
           init initialization
abstract  ReturnCode PublisherBase.init(Properties prop)
           init
 ReturnCode PublisherPeriodic.init(Properties prop)
          初期化 {@.ja このクラスのオブジェクトを使用するのに先立ち、必ずこの関数を呼び 出す必要がある。
 ReturnCode PublisherNew.init(Properties prop)
           init initialization
protected  void PublisherPeriodic.setPushPolicy(Properties prop)
           Setting PushPolicy
protected  void PublisherNew.setPushPolicy(Properties prop)
           Setting PushPolicy
 

jp.go.aist.rtm.RTC.SDOPackage での Properties の使用
 

Properties 型の型パラメータを持つ jp.go.aist.rtm.RTC.SDOPackage のフィールド
protected  java.util.Map<java.lang.String,Properties> Configuration_impl.m_configsetopts
           
 

jp.go.aist.rtm.RTC.util での Properties の使用
 

Properties として宣言されている jp.go.aist.rtm.RTC.util のフィールド
 Properties NVUtil.to_prop.m_prop
           
 

Properties を返す jp.go.aist.rtm.RTC.util のメソッド
protected  Properties Properties._getNode(java.util.Vector<java.lang.String> keys, int index, Properties curr)
           
 Properties Properties.findNode(java.lang.String key)
          ノードを検索する
 Properties Properties.getNode(java.lang.String key)
          指定されたキーに対応する値を直接保持しているProperties オブジェクトを取得する
 Properties Properties.getRoot()
          当該Propertiesオブジェクトの親ノードを取得する。
 Properties Properties.hasKey(java.lang.String key)
          {@.ja 当該Propertiesオブジェクトの 直接の子ノード(つまり、孫ノード以下は含まない)の中に、 指定されたキーを持つものが存在するかどうか調べる。
 Properties Properties.removeNode(java.lang.String name)
          指定されたキーの子ノードPropertiesオブジェクトを、 当該Propertiesオブジェクトから切り離す。
static Properties NVUtil.toProperties(NVListHolder nvlist)
          指定されたNVListHolderに保持されているNameValueオブジェクトリスト の内容をもとに、Propertiesオブジェクトを作成する 各NameValueの名称および値が、Propertiesのキーおよび値に それぞれ割り当てられる
 

Properties 型の引数を持つ型を返す jp.go.aist.rtm.RTC.util のメソッド
 java.util.Vector<Properties> Properties.getLeaf()
          当該Propertiesオブジェクトの子ノード群を取得する。
 

Properties 型のパラメータを持つ jp.go.aist.rtm.RTC.util のメソッド
protected  java.io.OutputStream Properties._dump(java.io.OutputStream out, Properties curr, int index)
           
 java.lang.String Properties._dump(java.lang.String out, Properties curr, int index)
          Propertiesの内容を文字列にする。
protected  Properties Properties._getNode(java.util.Vector<java.lang.String> keys, int index, Properties curr)
           
protected  void Properties._propertyNames(java.util.Vector<java.lang.String> names, java.lang.String curr_name, Properties curr)
           
protected  void Properties._store(java.io.OutputStream out, java.lang.String curr_name, Properties curr)
           
static void NVUtil.copyFromProperties(NVListHolder nvlist, Properties prop)
          指定されたPropertiesを用いてNameValueオブジェクトリストを作成し、 それを指定されたNVListHolder内にコピーする Propertiesのキーおよび値が、 各NameValueの名称および値にそれぞれ割り当てらる {@.en This operation copies the properties to NVList.
static void NVUtil.copyToProperties(Properties prop, NVListHolder nvlist)
          指定されたNVListHolderに保持されている NameValueオブジェクトリストの内容を、指定されたPropertiesオブジェクトに コピーする 各NameValueの名称および値が、 Propertiesのキーおよび値にそれぞれ割り当てられる
 void Properties.merge(Properties prop)
          指定されたPropertiesオブジェクト内のプロパティセットを、 当該Propertiesオブジェクト内にマージする。
 void OnAddConfigurationAddCallbackFunc.operator(Properties config_set)
          対象のオブジェクトに対して操作を行う
 void OnSetConfigurationSetCallbackFunc.operator(Properties config_set)
          対象のオブジェクトに対して操作を行う
 void Properties.substitute(Properties prop)
          指定されたPropertiesオブジェクトの内容を、 当該Propertiesオブジェクトに設定する。
 

Properties 型のパラメータを持つ jp.go.aist.rtm.RTC.util のコンストラクタ
Properties(Properties prop)
          コピーコンストラクタ コピー元となるPropertiesオブジェクトと同内容を持つ 別のPropertiesオブジェクトを新たに作成する。