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

FsmParticipant を使用しているパッケージ
RTC   
 

RTC での FsmParticipant の使用
 

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

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

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

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

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