インタフェース
RTC.OutPortAny の使用

OutPortAny を使用しているパッケージ
jp.go.aist.rtm.RTC.port   
RTC   
 

jp.go.aist.rtm.RTC.port での OutPortAny の使用
 

OutPortAny を返す jp.go.aist.rtm.RTC.port のメソッド
 OutPortAny OutPortCorbaProvider._this()
          当該プロバイダのCORBAオブジェクト参照を取得します。
 

RTC での OutPortAny の使用
 

OutPortAny を実装している RTC のクラス
 class _OutPortAnyStub
          RTC/_OutPortAnyStub.java .
 

OutPortAny として宣言されている RTC のフィールド
 OutPortAny OutPortAnyHolder.value
           
 

OutPortAny を返す RTC のメソッド
 OutPortAny OutPortAnyPOA._this()
           
 OutPortAny OutPortAnyPOA._this(org.omg.CORBA.ORB orb)
           
static OutPortAny OutPortAnyHelper.extract(org.omg.CORBA.Any a)
           
static OutPortAny OutPortAnyHelper.narrow(org.omg.CORBA.Object obj)
           
static OutPortAny OutPortAnyHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static OutPortAny OutPortAnyHelper.unchecked_narrow(org.omg.CORBA.Object obj)
           
 

OutPortAny 型のパラメータを持つ RTC のメソッド
static void OutPortAnyHelper.insert(org.omg.CORBA.Any a, OutPortAny that)
           
static void OutPortAnyHelper.write(org.omg.CORBA.portable.OutputStream ostream, OutPortAny value)
           
 

OutPortAny 型のパラメータを持つ RTC のコンストラクタ
OutPortAnyHolder(OutPortAny initialValue)