jp.go.aist.rtm.RTC
Class LocalServiceProfile

java.lang.Object
  extended by jp.go.aist.rtm.RTC.LocalServiceProfile

public class LocalServiceProfile
extends java.lang.Object

Profile data structure of LocalService


Field Summary
 java.lang.String name
           The name of LocalService
 Properties properties
           Properties of LocalService
 LocalServiceBase service
           The pointer to LocalService
 java.lang.String uuid
           The unique ID of LocalService
 
Constructor Summary
LocalServiceProfile()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name
The name of LocalService


uuid

public java.lang.String uuid
The unique ID of LocalService


properties

public Properties properties
Properties of LocalService


service

public LocalServiceBase service
The pointer to LocalService

Constructor Detail

LocalServiceProfile

public LocalServiceProfile()