Uses of Class
jp.go.aist.rtm.RTC.RTObject_impl

Packages that use RTObject_impl
jp.go.aist.rtm.RTC   
jp.go.aist.rtm.RTC.executionContext   
 

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

Subclasses of RTObject_impl in jp.go.aist.rtm.RTC
 class DataFlowComponentBase
           This is a base class of the data flow type RT-Component.
 

Fields in jp.go.aist.rtm.RTC declared as RTObject_impl
 RTObject_impl NamingManager.Comps.rtobj
           object
 

Fields in jp.go.aist.rtm.RTC with type parameters of type RTObject_impl
(package private)  java.util.Vector<RTObject_impl> Manager.Finalized.comps
           
protected  ObjectManager<java.lang.String,RTObject_impl> Manager.m_compManager
           Component Manager
 

Methods in jp.go.aist.rtm.RTC that return RTObject_impl
abstract  RTObject_impl FactoryBase.create(Manager mgr)
           Create components
 RTObject_impl FactoryJava.create(Manager mgr)
           Creates the component
 RTObject_impl Manager.createComponent(java.lang.String comp_args)
           Create RT-Components
 RTObject_impl RtcNewFunc.createRtc(Manager mgr)
           Creates the component.
abstract  RTObject_impl FactoryBase.destroy(RTObject_impl comp)
           Destroy components
 RTObject_impl FactoryJava.destroy(RTObject_impl comp)
           Destroys the component
 RTObject_impl Manager.getComponent(java.lang.String instanceName)
           Get RT-Component's pointer
 

Methods in jp.go.aist.rtm.RTC that return types with arguments of type RTObject_impl
 java.util.Vector<RTObject_impl> Manager.getComponents()
           Get all RT-Components registered in the Manager
protected  java.util.Vector<RTObject_impl> NamingManager.getObjects()
           Get all bound objects
 

Methods in jp.go.aist.rtm.RTC with parameters of type RTObject_impl
 void CorbaObjectManager.activate(RTObject_impl comp)
          CORBA オブジェクト(RTObjct)をアクティブ化します。
 void NamingOnCorba.bindObject(java.lang.String name, RTObject_impl rtobj)
           Bind the specified objects to NamingService
 void NamingManager.bindObject(java.lang.String name, RTObject_impl rtobj)
           Bind the specified objects to NamingService
 void NamingBase.bindObject(java.lang.String name, RTObject_impl rtobj)
           Pure virtual function to bind the specified objects to the NamingService
 void Manager.cleanupComponent(RTObject_impl comp)
           Unregister RT-Components
protected  void Manager.configureComponent(RTObject_impl comp, Properties prop)
           Configure RT-Component
 void Manager.deleteComponent(RTObject_impl comp)
           Unregister RT-Components that have been registered to Manager
 void RtcDeleteFunc.deleteRtc(RTObject_impl component)
           Deletes the component.
abstract  RTObject_impl FactoryBase.destroy(RTObject_impl comp)
           Destroy components
 RTObject_impl FactoryJava.destroy(RTObject_impl comp)
           Destroys the component
 void Manager.notifyFinalized(RTObject_impl comp)
           This method deletes RT-Components.
 java.lang.String DefaultNumberingPolicy.onCreate(RTObject_impl obj)
           Create the name when creating object
 java.lang.String NumberingPolicy.onCreate(RTObject_impl obj)
           Create the name when creating objects.
 void DefaultNumberingPolicy.onDelete(RTObject_impl obj)
           Delete the name when deleting object
 void NumberingPolicy.onDelete(RTObject_impl obj)
           Delete the name when deleting objects.
protected  void NamingManager.registerCompName(java.lang.String name, RTObject_impl rtobj)
           Configure the components that will be registered to NameServer
 boolean Manager.registerComponent(RTObject_impl comp)
           Register RT-Component directly without Factory
 boolean Manager.unregisterComponent(RTObject_impl comp)
           Unregister RT-Components
 

Constructors in jp.go.aist.rtm.RTC with parameters of type RTObject_impl
Manager.InstanceName(RTObject_impl comp)
           Constructor
NamingManager.Comps(java.lang.String n, RTObject_impl obj)
           Constructor
 

Uses of RTObject_impl in jp.go.aist.rtm.RTC.executionContext
 

Subclasses of RTObject_impl in jp.go.aist.rtm.RTC.executionContext
 class PeriodicECSharedComposite_impl
          データフロー型RTコンポーネント基底クラスのインスタンスです。
 

Fields in jp.go.aist.rtm.RTC.executionContext declared as RTObject_impl
protected  RTObject_impl PeriodicECOrganization.m_rtobj
          RTコンポーネントオブジェクト
 

Methods in jp.go.aist.rtm.RTC.executionContext that return RTObject_impl
 RTObject_impl PeriodicECSharedComposite.createRtc(Manager mgr)
          コンポーネントの生成処理を行います。
 

Methods in jp.go.aist.rtm.RTC.executionContext with parameters of type RTObject_impl
 ReturnCode_t PeriodicExecutionContext.bindComponent(RTObject_impl rtc)
           Bind the component.
abstract  ReturnCode_t ExecutionContextBase.bindComponent(RTObject_impl rtc)
           bindComponent
 void PeriodicECSharedComposite.deleteRtc(RTObject_impl component)
          コンポーネントの破棄処理を行います。
 

Constructors in jp.go.aist.rtm.RTC.executionContext with parameters of type RTObject_impl
PeriodicECOrganization(RTObject_impl rtobj)
          Constructor