Uses of Class
jp.go.aist.rtm.RTC.port.PortBase

Packages that use PortBase
jp.go.aist.rtm.RTC   
jp.go.aist.rtm.RTC.port   
 

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

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

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

Subclasses of PortBase in jp.go.aist.rtm.RTC.port
 class CorbaPort
          CORBAを通信手段とするPortクラスです。
 class InPort<DataType>
          入力ポートのためのベース実装クラスです。 外部から送信されてきたデータは順次、コンストラクタで指定されたバッファに格納されます。 バッファ内のデータはフラグによって未読/既読状態が管理され、isNew(), isEmpty()などの メソッドによってハンドリングできます。
 class InPortBase
           Port for InPort
 class OutPort<DataType>
           Implementation of OutPort
 class OutPortBase
           Base implementation class for OutPort
 

Fields in jp.go.aist.rtm.RTC.port declared as PortBase
 PortBase PortBase.disconnect_all_func.m_port
           
 

Methods in jp.go.aist.rtm.RTC.port that return PortBase
 PortBase PortAdmin.getPort(java.lang.String portName)
           Get pointer to the Port's servant
 

Methods in jp.go.aist.rtm.RTC.port with parameters of type PortBase
 boolean PortAdmin.addPort(PortBase port)
           Regsiter the Port
 void PortAdmin.deletePort(PortBase port)
           [local interface] Unregister Port
 void PortAdmin.registerPort(PortBase port)
          Portサーバントを登録します。
 boolean PortAdmin.removePort(PortBase port)
           Unregister the Port registration
 

Constructors in jp.go.aist.rtm.RTC.port with parameters of type PortBase
PortBase.disconnect_all_func(PortBase port)
          コンストラクタです。