Uses of Interface
RTC.MultiModeComponentAction

Packages that use MultiModeComponentAction
RTC   
 

Uses of MultiModeComponentAction in RTC
 

Subinterfaces of MultiModeComponentAction in RTC
 interface MultiModeObject
          RTC/MultiModeObject.java .
 

Classes in RTC that implement MultiModeComponentAction
 class _MultiModeComponentActionStub
          RTC/_MultiModeComponentActionStub.java .
 class _MultiModeObjectStub
          RTC/_MultiModeObjectStub.java .
 

Fields in RTC declared as MultiModeComponentAction
 MultiModeComponentAction MultiModeComponentActionHolder.value
           
 

Methods in RTC that return MultiModeComponentAction
 MultiModeComponentAction MultiModeComponentActionPOA._this()
           
 MultiModeComponentAction MultiModeComponentActionPOA._this(org.omg.CORBA.ORB orb)
           
static MultiModeComponentAction MultiModeComponentActionHelper.extract(org.omg.CORBA.Any a)
           
static MultiModeComponentAction MultiModeComponentActionHelper.narrow(org.omg.CORBA.Object obj)
           
static MultiModeComponentAction MultiModeComponentActionHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static MultiModeComponentAction MultiModeComponentActionHelper.unchecked_narrow(org.omg.CORBA.Object obj)
           
 

Methods in RTC with parameters of type MultiModeComponentAction
static void MultiModeComponentActionHelper.insert(org.omg.CORBA.Any a, MultiModeComponentAction that)
           
static void MultiModeComponentActionHelper.write(org.omg.CORBA.portable.OutputStream ostream, MultiModeComponentAction value)
           
 

Constructors in RTC with parameters of type MultiModeComponentAction
MultiModeComponentActionHolder(MultiModeComponentAction initialValue)