Uses of Interface
org.omg.RTCORBA.RTORBOperations

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

Uses of RTORBOperations in org.jacorb.orb
 

Classes in org.jacorb.orb that implement RTORBOperations
 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 RTORBOperations in org.omg.RTCORBA
 

Subinterfaces of RTORBOperations in org.omg.RTCORBA
 interface RTORB
          Generated from IDL interface "RTORB".
 

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

Methods in org.omg.RTCORBA that return RTORBOperations
 RTORBOperations RTORBLocalTie._delegate()
           
 

Methods in org.omg.RTCORBA with parameters of type RTORBOperations
 void RTORBLocalTie._delegate(RTORBOperations delegate)
           
 

Constructors in org.omg.RTCORBA with parameters of type RTORBOperations
RTORBLocalTie(RTORBOperations delegate)