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[] ServiceProfileListHolder.value
           
 ServiceProfile ServiceProfileHolder.value
           
 

Methods in _SDOPackage that return ServiceProfile
static ServiceProfile[] ServiceProfileListHelper.extract(org.omg.CORBA.Any a)
           
static ServiceProfile ServiceProfileHelper.extract(org.omg.CORBA.Any a)
           
 ServiceProfile _SDOStub.get_service_profile(java.lang.String id)
           
 ServiceProfile SDOOperations.get_service_profile(java.lang.String id)
           
 ServiceProfile[] _SDOStub.get_service_profiles()
           
 ServiceProfile[] SDOOperations.get_service_profiles()
           
static ServiceProfile[] ServiceProfileListHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static ServiceProfile ServiceProfileHelper.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
 ServiceProfile SdoServiceProviderBase.getProfile()
           Getting ServiceProfile
 ServiceProfile SdoServiceConsumerBase.getProfile()
           Getting ServiceProfile
 ServiceProfile ComponentObserverConsumer.getProfile()
           getting ServiceProfile
 ServiceProfile SdoServiceAdmin.getServiceProviderProfile(java.lang.String id)
           Get ServiceProfile of an SDO Service Provider
 ServiceProfile[] SdoServiceAdmin.getServiceProviderProfiles()
           Get ServiceProfileList of SDO Service Provider
 

Methods in jp.go.aist.rtm.RTC with parameters of type ServiceProfile
 boolean SdoServiceAdmin.addSdoServiceConsumer(ServiceProfile sProfile)
           Add Service Consumer
 boolean RTObject_impl.addSdoServiceConsumer(ServiceProfile prof)
           [local interface] Set a SDO service provider
 boolean SdoServiceAdmin.addSdoServiceProvider(ServiceProfile prof, SdoServiceProviderBase provider)
           Set a SDO service provider
 boolean RTObject_impl.addSdoServiceProvider(ServiceProfile prof, SdoServiceProviderBase provider)
           [local interface] Set a SDO service provider
 boolean SdoServiceProviderBase.init(RTObject_impl rtobj, ServiceProfile profile)
           Initialization function of the consumer class
 boolean SdoServiceConsumerBase.init(RTObject_impl rtobj, ServiceProfile profile)
           Initialization function of the consumer class
 boolean ComponentObserverConsumer.init(RTObject_impl rtobj, ServiceProfile profile)
           Initialization
protected  boolean SdoServiceAdmin.isEnabledConsumerType(ServiceProfile sProfile)
           If it is enabled service type
protected  boolean SdoServiceAdmin.isExistingConsumerType(ServiceProfile sProfile)
           If it is existing service type
 boolean SdoServiceProviderBase.reinit(ServiceProfile profile)
           Reinitialization function of the consumer class
 boolean SdoServiceConsumerBase.reinit(ServiceProfile profile)
           Reinitialization function of the consumer class
 boolean ComponentObserverConsumer.reinit(ServiceProfile profile)
           Re-initialization
 

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

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