Uses of Interface
org.omg.RTCORBA.RTORB

Packages that use RTORB
org.jacorb.orb   
org.omg.RTCORBA   
 

Uses of RTORB in org.jacorb.orb
 

Classes in org.jacorb.orb that implement RTORB
 class RTORB
          The RTORB class, a partial implementation of org.omg.RTCORBA.RTORB Currently only used for the creation of ETF related policies.
 

Uses of RTORB in org.omg.RTCORBA
 

Classes in org.omg.RTCORBA that implement RTORB
 class _RTORBLocalBase
          Abstract base class for implementations of local interface RTORB
 class RTORBLocalTie
          Generated from IDL interface "RTORB".
 

Fields in org.omg.RTCORBA declared as RTORB
 RTORB RTORBHolder.value
           
 

Methods in org.omg.RTCORBA that return RTORB
static RTORB RTORBHelper.extract(Any any)
           
static RTORB RTORBHelper.narrow(Object obj)
           
static RTORB RTORBHelper.read(InputStream in)
           
static RTORB RTORBHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.RTCORBA with parameters of type RTORB
static void RTORBHelper.insert(Any any, RTORB s)
           
static void RTORBHelper.write(OutputStream _out, RTORB s)
           
 

Constructors in org.omg.RTCORBA with parameters of type RTORB
RTORBHolder(RTORB initial)