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

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

RTC での Mode の使用
 

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

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

Mode を返す RTC のメソッド
 Mode ModePOA._this()
           
 Mode ModePOA._this(org.omg.CORBA.ORB orb)
           
static Mode ModeHelper.extract(org.omg.CORBA.Any a)
           
 Mode _ModeCapableStub.get_current_mode_in_context(ExecutionContext exec_context)
           
 Mode ModeCapableOperations.get_current_mode_in_context(ExecutionContext exec_context)
           
 Mode _MultiModeObjectStub.get_current_mode_in_context(ExecutionContext exec_context)
           
 Mode _ModeCapableStub.get_current_mode()
           
 Mode ModeCapableOperations.get_current_mode()
           
 Mode _MultiModeObjectStub.get_current_mode()
           
 Mode _ModeCapableStub.get_default_mode()
           
 Mode ModeCapableOperations.get_default_mode()
           
 Mode _MultiModeObjectStub.get_default_mode()
           
 Mode _ModeCapableStub.get_pending_mode_in_context(ExecutionContext exec_context)
           
 Mode ModeCapableOperations.get_pending_mode_in_context(ExecutionContext exec_context)
           
 Mode _MultiModeObjectStub.get_pending_mode_in_context(ExecutionContext exec_context)
           
 Mode _ModeCapableStub.get_pending_mode()
           
 Mode ModeCapableOperations.get_pending_mode()
           
 Mode _MultiModeObjectStub.get_pending_mode()
           
static Mode ModeHelper.narrow(org.omg.CORBA.Object obj)
           
static Mode ModeHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static Mode ModeHelper.unchecked_narrow(org.omg.CORBA.Object obj)
           
 

Mode 型のパラメータを持つ RTC のメソッド
static void ModeHelper.insert(org.omg.CORBA.Any a, Mode that)
           
 ReturnCode_t _ModeCapableStub.set_mode(Mode new_mode, boolean immediate)
           
 ReturnCode_t ModeCapableOperations.set_mode(Mode new_mode, boolean immediate)
           
 ReturnCode_t _MultiModeObjectStub.set_mode(Mode new_mode, boolean immediate)
           
static void ModeHelper.write(org.omg.CORBA.portable.OutputStream ostream, Mode value)
           
 

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