Uses of Class
RTM.ManagerProfile

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

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

Methods in jp.go.aist.rtm.RTC that return ManagerProfile
 ManagerProfile ManagerServant.get_profile()
           Getting this manager's profile.
 

Uses of ManagerProfile in RTM
 

Fields in RTM declared as ManagerProfile
 ManagerProfile ManagerProfileHolder.value
           
 

Methods in RTM that return ManagerProfile
static ManagerProfile ManagerProfileHelper.extract(org.omg.CORBA.Any a)
           
 ManagerProfile _ManagerStub.get_profile()
           
 ManagerProfile ManagerOperations.get_profile()
           
static ManagerProfile ManagerProfileHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

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

Constructors in RTM with parameters of type ManagerProfile
ManagerProfileHolder(ManagerProfile initialValue)