Uses of Class
RTC.PortProfile

Packages that use PortProfile
jp.go.aist.rtm.RTC   
jp.go.aist.rtm.RTC.port   
jp.go.aist.rtm.RTC.util   
RTC   
 

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

Methods in jp.go.aist.rtm.RTC with parameters of type PortProfile
 void PortActionListenerHolder.notify(PortProfile prof)
           
protected  void RTObject_impl.onAddPort(PortProfile pprof)
           
protected  void RTObject_impl.onRemovePort(PortProfile pprof)
           
abstract  void PortActionListener.operator(PortProfile prof)
           Virtual Callback function
 

Uses of PortProfile in jp.go.aist.rtm.RTC.port
 

Fields in jp.go.aist.rtm.RTC.port declared as PortProfile
protected  PortProfile PortBase.m_profile
          当該ポートに関連付けられているPortProfileオブジェクトです。
 

Methods in jp.go.aist.rtm.RTC.port that return PortProfile
 PortProfile PortBase.get_port_profile()
          PortProfileを取得します。なお、PortProfileは次のメンバを持っています。 name [String型] Port名 interfaces [PortInterfaceProfile配列型] Port が保持するPortInterfaceProfileのシーケンス port_ref [Port型] Port自身のCORBAオブジェクト参照 connector_profile [ConnectorProfile配列型] Portが現在保持するConnectorProfileのシーケンス owner [RTObject型] このPortを所有するRTObjectのCORBAオブジェクト参照 properties [NameValue配列型] その他のプロパティ
 PortProfile PortBase.getPortProfile()
          [Local interface] PortProfileを取得します。
 PortProfile PortBase.getProfile()
          当該ポートが保持しているPortProfileオブジェクトを取得します。
 

Uses of PortProfile in jp.go.aist.rtm.RTC.util
 

Methods in jp.go.aist.rtm.RTC.util that return PortProfile
static PortProfile PortProfileFactory.clone(PortProfile rhs)
           Creates the clone of PortProfile
static PortProfile PortProfileFactory.create()
           Creates PortProfile
 

Methods in jp.go.aist.rtm.RTC.util with parameters of type PortProfile
static PortProfile PortProfileFactory.clone(PortProfile rhs)
           Creates the clone of PortProfile
static void CORBA_SeqUtil.push_back(PortProfileListHolder seq, PortProfile elem)
           Adds PortInterfaceProfile at the end of CORBA sequence.
 

Uses of PortProfile in RTC
 

Fields in RTC declared as PortProfile
 PortProfile[] ComponentProfile.port_profiles
           
 PortProfile PortProfileHolder.value
           
 PortProfile[] PortProfileListHolder.value
           
 

Methods in RTC that return PortProfile
static PortProfile[] PortProfileListHelper.extract(org.omg.CORBA.Any a)
           
static PortProfile PortProfileHelper.extract(org.omg.CORBA.Any a)
           
 PortProfile _PortServiceStub.get_port_profile()
           
 PortProfile PortServiceOperations.get_port_profile()
           
static PortProfile[] PortProfileListHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static PortProfile PortProfileHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

Methods in RTC with parameters of type PortProfile
static void PortProfileHelper.insert(org.omg.CORBA.Any a, PortProfile that)
           
static void PortProfileListHelper.insert(org.omg.CORBA.Any a, PortProfile[] that)
           
static void PortProfileHelper.write(org.omg.CORBA.portable.OutputStream ostream, PortProfile value)
           
static void PortProfileListHelper.write(org.omg.CORBA.portable.OutputStream ostream, PortProfile[] value)
           
 

Constructors in RTC with parameters of type PortProfile
ComponentProfile(java.lang.String _instance_name, java.lang.String _type_name, java.lang.String _description, java.lang.String _version, java.lang.String _vendor, java.lang.String _category, PortProfile[] _port_profiles, RTObject _parent, NameValue[] _properties)
           
PortProfileHolder(PortProfile initialValue)
           
PortProfileListHolder(PortProfile[] initialValue)