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

java.lang.Object
  上位を拡張 jp.go.aist.rtm.RTC.LocalServiceProfile

public class LocalServiceProfile
extends java.lang.Object

LocalServiceのプロファイルデータ


フィールドの概要
 java.lang.String name
          LocalServiceのサービス名
 Properties properties
          @brief LocalServiceのプロパティ
 LocalServiceBase service
          LocalServiceのポインタ
 java.lang.String uuid
          LocalServiceの固有ID
 
コンストラクタの概要
LocalServiceProfile()
           
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

name

public java.lang.String name
LocalServiceのサービス名


uuid

public java.lang.String uuid
LocalServiceの固有ID


properties

public Properties properties
@brief LocalServiceのプロパティ


service

public LocalServiceBase service
LocalServiceのポインタ

コンストラクタの詳細

LocalServiceProfile

public LocalServiceProfile()