Uses of Class
RTM.ModuleProfile

Packages that use ModuleProfile
jp.go.aist.rtm.RTC   
RTM   
 

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

Methods in jp.go.aist.rtm.RTC that return ModuleProfile
 ModuleProfile[] ManagerServant.get_factory_profiles()
           Getting component factory profiles
 ModuleProfile[] ManagerServant.get_loadable_modules()
           Getting loadable module profiles
 ModuleProfile[] ManagerServant.get_loaded_modules()
           Getting loaded module profiles
 

Uses of ModuleProfile in RTM
 

Fields in RTM declared as ModuleProfile
 ModuleProfile ModuleProfileHolder.value
           
 ModuleProfile[] ModuleProfileListHolder.value
           
 

Methods in RTM that return ModuleProfile
static ModuleProfile[] ModuleProfileListHelper.extract(org.omg.CORBA.Any a)
           
static ModuleProfile ModuleProfileHelper.extract(org.omg.CORBA.Any a)
           
 ModuleProfile[] _ManagerStub.get_factory_profiles()
           
 ModuleProfile[] ManagerOperations.get_factory_profiles()
           
 ModuleProfile[] _ManagerStub.get_loadable_modules()
           
 ModuleProfile[] ManagerOperations.get_loadable_modules()
           
 ModuleProfile[] _ManagerStub.get_loaded_modules()
           
 ModuleProfile[] ManagerOperations.get_loaded_modules()
           
static ModuleProfile[] ModuleProfileListHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static ModuleProfile ModuleProfileHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

Methods in RTM with parameters of type ModuleProfile
static void ModuleProfileHelper.insert(org.omg.CORBA.Any a, ModuleProfile that)
           
static void ModuleProfileListHelper.insert(org.omg.CORBA.Any a, ModuleProfile[] that)
           
static void ModuleProfileHelper.write(org.omg.CORBA.portable.OutputStream ostream, ModuleProfile value)
           
static void ModuleProfileListHelper.write(org.omg.CORBA.portable.OutputStream ostream, ModuleProfile[] value)
           
 

Constructors in RTM with parameters of type ModuleProfile
ModuleProfileHolder(ModuleProfile initialValue)
           
ModuleProfileListHolder(ModuleProfile[] initialValue)