Uses of Interface
_SDOPackage.SDOService

Packages that use SDOService
_SDOPackage   
jp.go.aist.rtm.RTC   
OpenRTM   
RTC   
 

Uses of SDOService in _SDOPackage
 

Classes in _SDOPackage that implement SDOService
 class _SDOServiceStub
          _SDOPackage/_SDOServiceStub.java .
 

Fields in _SDOPackage declared as SDOService
 SDOService ServiceProfile.service
           
 SDOService SDOServiceHolder.value
           
 

Methods in _SDOPackage that return SDOService
 SDOService SDOServicePOA._this()
           
 SDOService SDOServicePOA._this(org.omg.CORBA.ORB orb)
           
static SDOService SDOServiceHelper.extract(org.omg.CORBA.Any a)
           
 SDOService SDOOperations.get_sdo_service(java.lang.String id)
           
 SDOService _SDOStub.get_sdo_service(java.lang.String id)
           
static SDOService SDOServiceHelper.narrow(org.omg.CORBA.Object obj)
           
static SDOService SDOServiceHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static SDOService SDOServiceHelper.unchecked_narrow(org.omg.CORBA.Object obj)
           
 

Methods in _SDOPackage with parameters of type SDOService
static void SDOServiceHelper.insert(org.omg.CORBA.Any a, SDOService that)
           
static void SDOServiceHelper.write(org.omg.CORBA.portable.OutputStream ostream, SDOService value)
           
 

Constructors in _SDOPackage with parameters of type SDOService
SDOServiceHolder(SDOService initialValue)
           
ServiceProfile(java.lang.String _id, java.lang.String _interface_type, NameValue[] _properties, SDOService _service)
           
 

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

Methods in jp.go.aist.rtm.RTC that return SDOService
 SDOService RTObject_impl.get_sdo_service(java.lang.String id)
           [SDO interface] Get specified SDO Service's reference
 

Uses of SDOService in OpenRTM
 

Subinterfaces of SDOService in OpenRTM
 interface ExtTrigExecutionContextService
          OpenRTM/ExtTrigExecutionContextService.java .
 

Classes in OpenRTM that implement SDOService
 class _ExtTrigExecutionContextServiceStub
          OpenRTM/_ExtTrigExecutionContextServiceStub.java .
 

Methods in OpenRTM that return SDOService
 SDOService _DataFlowComponentStub.get_sdo_service(java.lang.String id)
           
 

Uses of SDOService in RTC
 

Subinterfaces of SDOService in RTC
 interface ExecutionContextService
          RTC/ExecutionContextService.java .
 interface FsmService
          RTC/FsmService.java .
 interface PortService
          RTC/PortService.java .
 

Classes in RTC that implement SDOService
 class _ExecutionContextServiceStub
          RTC/_ExecutionContextServiceStub.java .
 class _FsmServiceStub
          RTC/_FsmServiceStub.java .
 class _PortServiceStub
          RTC/_PortServiceStub.java .
 

Methods in RTC that return SDOService
 SDOService _RTObjectStub.get_sdo_service(java.lang.String id)