Uses of Interface
org.omg.RTCORBA.TCPProtocolPropertiesOperations

Packages that use TCPProtocolPropertiesOperations
org.omg.RTCORBA   
 

Uses of TCPProtocolPropertiesOperations in org.omg.RTCORBA
 

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

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

Methods in org.omg.RTCORBA that return TCPProtocolPropertiesOperations
 TCPProtocolPropertiesOperations TCPProtocolPropertiesLocalTie._delegate()
           
 

Methods in org.omg.RTCORBA with parameters of type TCPProtocolPropertiesOperations
 void TCPProtocolPropertiesLocalTie._delegate(TCPProtocolPropertiesOperations delegate)
           
 

Constructors in org.omg.RTCORBA with parameters of type TCPProtocolPropertiesOperations
TCPProtocolPropertiesLocalTie(TCPProtocolPropertiesOperations delegate)