Uses of Interface
_SDOPackage.SDOSystemElement

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

Uses of SDOSystemElement in _SDOPackage
 

Subinterfaces of SDOSystemElement in _SDOPackage
 interface SDO
          _SDOPackage/SDO.java .
 

Classes in _SDOPackage that implement SDOSystemElement
 class _SDOStub
          _SDOPackage/_SDOStub.java .
 class _SDOSystemElementStub
          ------- Interfaces -------
 

Fields in _SDOPackage declared as SDOSystemElement
 SDOSystemElement SDOSystemElementHolder.value
           
 

Methods in _SDOPackage that return SDOSystemElement
 SDOSystemElement SDOSystemElementPOA._this()
           
 SDOSystemElement SDOSystemElementPOA._this(org.omg.CORBA.ORB orb)
           
static SDOSystemElement SDOSystemElementHelper.extract(org.omg.CORBA.Any a)
           
 SDOSystemElement _OrganizationStub.get_owner()
           
 SDOSystemElement OrganizationOperations.get_owner()
           
static SDOSystemElement SDOSystemElementHelper.narrow(org.omg.CORBA.Object obj)
           
static SDOSystemElement SDOSystemElementHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static SDOSystemElement SDOSystemElementHelper.unchecked_narrow(org.omg.CORBA.Object obj)
           
 

Methods in _SDOPackage with parameters of type SDOSystemElement
static void SDOSystemElementHelper.insert(org.omg.CORBA.Any a, SDOSystemElement that)
           
 boolean _OrganizationStub.set_owner(SDOSystemElement sdo)
           
 boolean OrganizationOperations.set_owner(SDOSystemElement sdo)
           
static void SDOSystemElementHelper.write(org.omg.CORBA.portable.OutputStream ostream, SDOSystemElement value)
           
 

Constructors in _SDOPackage with parameters of type SDOSystemElement
SDOSystemElementHolder(SDOSystemElement initialValue)
           
 

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

Fields in jp.go.aist.rtm.RTC.SDOPackage declared as SDOSystemElement
protected  SDOSystemElement Organization_impl.m_varOwner
          
 

Methods in jp.go.aist.rtm.RTC.SDOPackage that return SDOSystemElement
 SDOSystemElement Organization_impl.get_owner()
           [CORBA interface] Get the owner of Organization
 

Methods in jp.go.aist.rtm.RTC.SDOPackage with parameters of type SDOSystemElement
 boolean Organization_impl.set_owner(SDOSystemElement sdo)
           [CORBA interface] Set the owner to the Organization
 

Constructors in jp.go.aist.rtm.RTC.SDOPackage with parameters of type SDOSystemElement
Organization_impl(SDOSystemElement sdo)
           constructor
 

Uses of SDOSystemElement in OpenRTM
 

Subinterfaces of SDOSystemElement in OpenRTM
 interface DataFlowComponent
          OpenRTM/DataFlowComponent.java .
 

Classes in OpenRTM that implement SDOSystemElement
 class _DataFlowComponentStub
          OpenRTM/_DataFlowComponentStub.java .
 

Uses of SDOSystemElement in RTC
 

Subinterfaces of SDOSystemElement in RTC
 interface RTObject
          RTC/RTObject.java .
 

Classes in RTC that implement SDOSystemElement
 class _RTObjectStub
          RTC/_RTObjectStub.java .