Uses of Interface
RTC.Mode

Packages that use Mode
RTC   
 

Uses of Mode in RTC
 

Classes in RTC that implement Mode
 class _ModeStub
          RTC/_ModeStub.java .
 

Fields in RTC declared as Mode
 Mode ModeHolder.value
           
 

Methods in RTC that return Mode
 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)
           
 

Methods in RTC with parameters of type Mode
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)
           
 

Constructors in RTC with parameters of type Mode
ModeHolder(Mode initialValue)