Uses of Interface
org.omg.RTCORBA.ProtocolPropertiesOperations

Packages that use ProtocolPropertiesOperations
org.omg.RTCORBA   
 

Uses of ProtocolPropertiesOperations in org.omg.RTCORBA
 

Subinterfaces of ProtocolPropertiesOperations in org.omg.RTCORBA
 interface ProtocolProperties
          Generated from IDL interface "ProtocolProperties"
 interface TCPProtocolProperties
          Generated from IDL interface "TCPProtocolProperties"
 interface TCPProtocolPropertiesOperations
          Generated from IDL interface "TCPProtocolProperties"
 

Classes in org.omg.RTCORBA that implement ProtocolPropertiesOperations
 class _ProtocolPropertiesLocalBase
          Abstract base class for implementations of local interface ProtocolProperties
 class _TCPProtocolPropertiesLocalBase
          Abstract base class for implementations of local interface TCPProtocolProperties
 class ProtocolPropertiesLocalTie
          Generated from IDL interface "ProtocolProperties"
 class TCPProtocolPropertiesLocalTie
          Generated from IDL interface "TCPProtocolProperties"
 

Methods in org.omg.RTCORBA that return ProtocolPropertiesOperations
 ProtocolPropertiesOperations ProtocolPropertiesLocalTie._delegate()
           
 

Methods in org.omg.RTCORBA with parameters of type ProtocolPropertiesOperations
 void ProtocolPropertiesLocalTie._delegate(ProtocolPropertiesOperations delegate)
           
 

Constructors in org.omg.RTCORBA with parameters of type ProtocolPropertiesOperations
ProtocolPropertiesLocalTie(ProtocolPropertiesOperations delegate)