クラス
_SDOPackage.ServiceProfile の使用

ServiceProfile を使用しているパッケージ
_SDOPackage   
jp.go.aist.rtm.RTC   
jp.go.aist.rtm.RTC.SDOPackage   
jp.go.aist.rtm.RTC.util   
OpenRTM   
RTC   
 

_SDOPackage での ServiceProfile の使用
 

ServiceProfile として宣言されている _SDOPackage のフィールド
 ServiceProfile ServiceProfileHolder.value
           
 ServiceProfile[] ServiceProfileListHolder.value
           
 

ServiceProfile を返す _SDOPackage のメソッド
static ServiceProfile ServiceProfileHelper.extract(org.omg.CORBA.Any a)
           
static ServiceProfile[] ServiceProfileListHelper.extract(org.omg.CORBA.Any a)
           
 ServiceProfile SDOOperations.get_service_profile(java.lang.String id)
           
 ServiceProfile _SDOStub.get_service_profile(java.lang.String id)
           
 ServiceProfile[] SDOOperations.get_service_profiles()
           
 ServiceProfile[] _SDOStub.get_service_profiles()
           
static ServiceProfile ServiceProfileHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static ServiceProfile[] ServiceProfileListHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

ServiceProfile 型のパラメータを持つ _SDOPackage のメソッド
 boolean _ConfigurationStub.add_service_profile(ServiceProfile sProfile)
           
 boolean ConfigurationOperations.add_service_profile(ServiceProfile sProfile)
           
static void ServiceProfileHelper.insert(org.omg.CORBA.Any a, ServiceProfile that)
           
static void ServiceProfileListHelper.insert(org.omg.CORBA.Any a, ServiceProfile[] that)
           
static void ServiceProfileHelper.write(org.omg.CORBA.portable.OutputStream ostream, ServiceProfile value)
           
static void ServiceProfileListHelper.write(org.omg.CORBA.portable.OutputStream ostream, ServiceProfile[] value)
           
 

ServiceProfile 型のパラメータを持つ _SDOPackage のコンストラクタ
ServiceProfileHolder(ServiceProfile initialValue)
           
ServiceProfileListHolder(ServiceProfile[] initialValue)
           
 

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

ServiceProfile を返す jp.go.aist.rtm.RTC のメソッド
 ServiceProfile RTObject_impl.get_service_profile(java.lang.String id)
          [CORBA interface] 特定のServiceProfile を取得します。
引数 "id" で指定された名前のサービスの ServiceProfile を返します。
 ServiceProfile[] RTObject_impl.get_service_profiles()
          [CORBA interface] SDO ServiceProfile を取得します。
SDO が所有している Service の ServiceProfile を返すオペレーション。 SDO がサービスを一つも所有していない場合には、空のリストを返します。 このオペレーションは以下の型の例外を発生させる場合があります。
 

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

ServiceProfile を返す jp.go.aist.rtm.RTC.SDOPackage のメソッド
 ServiceProfile Configuration_impl.getServiceProfile(java.lang.String id)
          [CORBA interface] SDO の ServiceProfile を取得します。 指定したIDのServiceProfileが存在しない場合は,空のServiceProfileを返します。
 

ServiceProfile 型のパラメータを持つ jp.go.aist.rtm.RTC.SDOPackage のメソッド
 boolean Configuration_impl.add_service_profile(ServiceProfile sProfile)
          [CORBA interface] SDO の ServiceProfile を設定します。
このオペレーションはこの Configuration interface を所有する対象 SDO の ServiceProfile を設定します。もし引数の ServiceProfile の id が空であれば 新しい ID が生成されその ServiceProfile を格納します。もし id が空で なければ、SDO は同じ id を持つ ServiceProfile を検索します。 同じ id が存在しなければこの ServiceProfile を追加し、id が存在すれば 上書きをします。
 

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

ServiceProfile 型のパラメータを持つ jp.go.aist.rtm.RTC.util のメソッド
static void CORBA_SeqUtil.push_back(ServiceProfileListHolder seq, ServiceProfile elem)
          シーケンスの末尾にServiceProfileオブジェクトを追加します。
 

OpenRTM での ServiceProfile の使用
 

ServiceProfile を返す OpenRTM のメソッド
 ServiceProfile _DataFlowComponentStub.get_service_profile(java.lang.String id)
           
 ServiceProfile[] _DataFlowComponentStub.get_service_profiles()
           
 

RTC での ServiceProfile の使用
 

ServiceProfile を返す RTC のメソッド
 ServiceProfile _RTObjectStub.get_service_profile(java.lang.String id)
           
 ServiceProfile[] _RTObjectStub.get_service_profiles()