Uses of Interface
RTC.PortServiceOperations

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

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

Classes in jp.go.aist.rtm.RTC.port that implement PortServiceOperations
 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
 class PortBase
           Port base class
 

Uses of PortServiceOperations in RTC
 

Subinterfaces of PortServiceOperations in RTC
 interface PortService
          RTC/PortService.java .
 

Classes in RTC that implement PortServiceOperations
 class _PortServiceStub
          RTC/_PortServiceStub.java .
 class PortServicePOA
          RTC/PortServicePOA.java .