クラス
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
           configuration properties from arguments
protected  Properties Manager.m_config
          Managerコンフィギュレーション
protected  Properties FactoryBase.m_Profile
          コンポーネントプロファイル
protected  Properties ModuleManager.m_properties
          ModuleManagerプロパティ
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 のプロパティを取得します。
RTC が保持しているプロパティを返します。 RTCがプロパティを持たない場合は空のプロパティが返されます。
 Properties FactoryBase.profile()
          コンポーネントのプロファイルを取得します。
 

Properties 型の引数を持つ型を返す jp.go.aist.rtm.RTC のメソッド
 java.util.Vector<Properties> ConfigAdmin.getConfigurationSets()
          設定されている全コンフィギュレーションセットを取得します。
 java.util.Vector<Properties> Manager.getFactoryProfiles()
           getFactoryProfiles
 java.util.Vector<Properties> ModuleManager.getLoadableModules()
           Get the loadable module list
 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)
           Specify the configuration information to the Property
protected  void Manager.configureComponent(RTObject_impl comp, Properties prop)
           Configure RT-Component
protected  java.lang.String Manager.formatString(java.lang.String namingFormat, Properties properties)
          指定されたPropertiesオブジェクトの内容を、指定された書式に従って文字列として出力します。
protected  boolean Manager.mergeProperty(Properties properties, java.lang.String fileName)
          プロパティファイルを読み込んで、指定されたPropertiesオブジェクトに設定します。
 void ConfigAdmin.onAddConfigurationSet(Properties config_set)
          onAddConfigurationSet
 void ConfigAdmin.onSetConfigurationSet(Properties config_set)
          onSetConfigurationSet
 void ConfigAdmin.OnSetConfigurationSetCallback.operator(Properties config_set)
           
 void ConfigAdmin.OnAddConfigurationAddCallback.operator(Properties config_set)
           
 boolean Manager.procComponentArgs(java.lang.String comp_arg, Properties comp_id, Properties comp_conf)
           procComponentArgs
 boolean Manager.procContextArgs(java.lang.String ec_args, java.lang.StringBuffer ec_id, Properties ec_conf)
           procContextArgs
 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 のプロパティを設定します。
RTコンポーネント が保持すべきプロパティを設定します。 与えられるプロパティは、ComponentProfile 等に設定されるべき情報を持たなければなりません。 このオペレーションは通常 RTコンポーネント が初期化される際に Manager から 呼ばれることを意図しています。
protected  void ManagerConfig.setSystemInformation(Properties 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)
           Constructor
 

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

Properties 型のパラメータを持つ jp.go.aist.rtm.RTC.buffer のメソッド
 void NullBuffer.init(Properties prop)
           init
 void RingBuffer.init(Properties prop)
           init
 void BufferBase.init(Properties prop)
           init
 

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()
           Get properties
 

Properties 型のパラメータを持つ jp.go.aist.rtm.RTC.port のメソッド
protected  OutPortConnector OutPortBase.createConnector(ConnectorProfileHolder cprof, Properties prop, InPortConsumer consumer)
           OutPortPushConnector creation
protected  InPortConnector InPortBase.createConnector(ConnectorProfileHolder cprof, Properties prop, InPortProvider provider)
           InPortPushConnector creation
protected  InPortConnector InPortBase.createConnector(ConnectorProfileHolder cprof, Properties prop, OutPortConsumer consumer)
           InPortPullConnector creation
protected  OutPortConnector OutPortBase.createConnector(ConnectorProfileHolder cprof, Properties prop, OutPortProvider provider)
           OutPortPullConnector creation
protected  InPortConsumer OutPortBase.createConsumer(ConnectorProfileHolder cprof, Properties prop)
           InPort consumer creation
protected  OutPortConsumer InPortBase.createConsumer(ConnectorProfileHolder cprof, Properties prop)
           InPort provider creation
protected  OutPortProvider OutPortBase.createProvider(ConnectorProfileHolder cprof, Properties prop)
           OutPort provider creation
protected  InPortProvider InPortBase.createProvider(ConnectorProfileHolder cprof, Properties prop)
           InPort provider creation
 void InPortConsumer.init(Properties prop)
           Initializing configuration
 void OutPortBase.init(Properties prop)
           Initializing properties
 void CorbaPort.init(Properties prop)
           Initializing properties
 void OutPortConsumer.init(Properties prop)
           Initializing configuration
 void InPortCorbaCdrProvider.init(Properties prop)
           init
 void OutPortCorbaCdrConsumer.init(Properties prop)
           Initializing configuration
 void InPortBase.init(Properties prop)
           Initializing properties
 void OutPortProvider.init(Properties prop)
           Initializing configuration
 void InPortProvider.init(Properties prop)
           Initializing configuration
 void InPortCorbaCdrConsumer.init(Properties prop)
           Initializing configuration
 void OutPortCorbaCdrProvider.init(Properties prop)
           Initializing configuration
 

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_)
           
DataInPort(java.lang.Class<DataType> DATA_TYPE_CLASS, java.lang.String name, InPort<DataType> inPort, Properties prop)
          コンストラクタです。
DataOutPort(java.lang.Class<DataType> DATA_TYPE_CLASS, java.lang.String name, OutPort<DataType> outPort, Properties prop)
          コンストラクタです。
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オブジェクトを生成します。指定された引数に応じた適切なPublisher実装の オブジェクトが生成されます。
protected  boolean PublisherPeriodic.createTask(Properties prop)
           Setting Task
protected  boolean PublisherNew.createTask(Properties prop)
           Setting Task
 ReturnCode PublisherFlush.init(Properties prop)
           init
abstract  ReturnCode PublisherBase.init(Properties prop)
           init
 ReturnCode PublisherPeriodic.init(Properties prop)
           Initialization
 ReturnCode PublisherNew.init(Properties prop)
           init
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)
          当該Propertiesオブジェクトの直接の子ノード(つまり、孫ノード以下は含まない)の中に、 指定されたキーを持つものが存在するかどうか調べます。存在する場合には、 その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)
           
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の名称および値にそれぞれ割り当てられます。
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オブジェクトを新たに作成します。