Uses of Class
_SDOPackage.ServiceProfile

Packages that use ServiceProfile
_SDOPackage   
jp.go.aist.rtm.RTC   
jp.go.aist.rtm.RTC.SDOPackage   
jp.go.aist.rtm.RTC.util   
OpenRTM   
RTC   
 

Uses of ServiceProfile in _SDOPackage
 

Fields in _SDOPackage declared as ServiceProfile
 ServiceProfile ServiceProfileHolder.value
           
 ServiceProfile[] ServiceProfileListHolder.value
           
 

Methods in _SDOPackage that return ServiceProfile
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)
           
 

Methods in _SDOPackage with parameters of type ServiceProfile
 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)
           
 

Constructors in _SDOPackage with parameters of type ServiceProfile
ServiceProfileHolder(ServiceProfile initialValue)
           
ServiceProfileListHolder(ServiceProfile[] initialValue)
           
 

Uses of ServiceProfile in jp.go.aist.rtm.RTC
 

Methods in jp.go.aist.rtm.RTC that return ServiceProfile
 ServiceProfile RTObject_impl.get_service_profile(java.lang.String id)
           [SDO interface] Get specified ServiceProfile
 ServiceProfile[] RTObject_impl.get_service_profiles()
           [SDO interface] Get SDO ServiceProfile
 

Uses of ServiceProfile in jp.go.aist.rtm.RTC.SDOPackage
 

Methods in jp.go.aist.rtm.RTC.SDOPackage that return ServiceProfile
 ServiceProfile Configuration_impl.getServiceProfile(java.lang.String id)
           [CORBA itnerface] Gets SeviceProfile of SDO
 

Methods in jp.go.aist.rtm.RTC.SDOPackage with parameters of type ServiceProfile
 boolean Configuration_impl.add_service_profile(ServiceProfile sProfile)
           [CORBA interface] Sets ServiceProfile of SDO.
 

Uses of ServiceProfile in jp.go.aist.rtm.RTC.util
 

Methods in jp.go.aist.rtm.RTC.util with parameters of type ServiceProfile
static void CORBA_SeqUtil.push_back(ServiceProfileListHolder seq, ServiceProfile elem)
           Adds ServiceProfile at the end of CORBA sequence.
 

Uses of ServiceProfile in OpenRTM
 

Methods in OpenRTM that return ServiceProfile
 ServiceProfile _DataFlowComponentStub.get_service_profile(java.lang.String id)
           
 ServiceProfile[] _DataFlowComponentStub.get_service_profiles()
           
 

Uses of ServiceProfile in RTC
 

Methods in RTC that return ServiceProfile
 ServiceProfile _RTObjectStub.get_service_profile(java.lang.String id)
           
 ServiceProfile[] _RTObjectStub.get_service_profiles()