Uses of Interface
RTC.PortService

Packages that use PortService
jp.go.aist.rtm.RTC   
jp.go.aist.rtm.RTC.port   
jp.go.aist.rtm.RTC.util   
OpenRTM   
RTC   
 

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

Methods in jp.go.aist.rtm.RTC that return PortService
 PortService[] RTObject_impl.get_ports()
           [RTObject CORBA interface] Get Ports
 

Methods in jp.go.aist.rtm.RTC with parameters of type PortService
 boolean RTObject_impl.addPort(PortService port)
           [local interface] Register Port
 void RTObject_impl.deletePort(PortService port)
           [local interface] Unregister Port
 void RTObject_impl.registerPort(PortService port)
           [local interface] Register Port
 boolean RTObject_impl.removePort(PortService port)
           [local interface] Unregister Port
 

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

Fields in jp.go.aist.rtm.RTC.port declared as PortService
protected  PortService PortBase.m_objref
          当該ポートのCORBAオブジェクト参照です。
 PortService PortAdmin.find_port.m_port
           
 PortService PortBase.find_port_ref.m_port
           
 PortService PortBase.connect_func.m_port_ref
           
 PortService PortBase.disconnect_func.m_port_ref
           
 

Methods in jp.go.aist.rtm.RTC.port that return PortService
 PortService PortBase._this()
          当該PortのCORBAオブジェクト参照を取得します。
 PortService PortBase.getPortRef()
          当該ポートのPortProfileが保持している、当該ポート自身のCORBAオブジェクト参照を取得します。
 PortService PortAdmin.getPortRef(java.lang.String portName)
           Get the reference to Port object
 

Methods in jp.go.aist.rtm.RTC.port with parameters of type PortService
 boolean PortAdmin.addPort(PortService port)
           Regsiter the Port
protected  boolean PortBase.checkPorts(PortService[] ports)
           
 void PortAdmin.deletePort(PortService port)
           [local interface] Unregister Port
 boolean PortBase.find_port_ref.equalof(PortService port)
          検索対象となるCORBAオブジェクト参照を持つPortか否かを判定します。
 void PortAdmin.port_prof_collect.operator(PortService port)
           
 void PortAdmin.registerPort(PortService port)
           Regsiter the Port
 boolean PortAdmin.removePort(PortService port)
           Unregister the Port registration
 void PortBase.setPortRef(PortService port_ref)
          指定されたポートCORBAオブジェクト参照を設定します。
 

Constructors in jp.go.aist.rtm.RTC.port with parameters of type PortService
PortAdmin.find_port(PortService port)
           
PortBase.connect_func(PortService p, ConnectorProfileHolder prof)
          コンストラクタです。
PortBase.disconnect_func(PortService p, ConnectorProfileHolder prof)
          コンストラクタです。
PortBase.find_port_ref(PortService port)
          コンストラクタです。
 

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

Methods in jp.go.aist.rtm.RTC.util with parameters of type PortService
static void CORBA_SeqUtil.push_back(PortServiceListHolder seq, PortService elem)
           Adds PortService at the end of CORBA sequence.
 

Uses of PortService in OpenRTM
 

Methods in OpenRTM that return PortService
 PortService[] _DataFlowComponentStub.get_ports()
           
 

Uses of PortService in RTC
 

Classes in RTC that implement PortService
 class _PortServiceStub
          RTC/_PortServiceStub.java .
 

Fields in RTC declared as PortService
 PortService PortProfile.port_ref
           
 PortService[] ConnectorProfile.ports
           
 PortService[] PortServiceListHolder.value
           
 PortService PortServiceHolder.value
           
 

Methods in RTC that return PortService
 PortService PortServicePOA._this()
           
 PortService PortServicePOA._this(org.omg.CORBA.ORB orb)
           
static PortService[] PortServiceListHelper.extract(org.omg.CORBA.Any a)
           
static PortService PortServiceHelper.extract(org.omg.CORBA.Any a)
           
 PortService[] _RTObjectStub.get_ports()
           
 PortService[] RTObjectOperations.get_ports()
           
static PortService PortServiceHelper.narrow(org.omg.CORBA.Object obj)
           
static PortService[] PortServiceListHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static PortService PortServiceHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static PortService PortServiceHelper.unchecked_narrow(org.omg.CORBA.Object obj)
           
 

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

Constructors in RTC with parameters of type PortService
ConnectorProfile(java.lang.String _name, java.lang.String _connector_id, PortService[] _ports, NameValue[] _properties)
           
PortProfile(java.lang.String _name, PortInterfaceProfile[] _interfaces, PortService _port_ref, ConnectorProfile[] _connector_profiles, RTObject _owner, NameValue[] _properties)
           
PortServiceHolder(PortService initialValue)
           
PortServiceListHolder(PortService[] initialValue)