Uses of Interface
org.omg.RTCORBA.TCPProtocolProperties

Packages that use TCPProtocolProperties
org.omg.RTCORBA   
 

Uses of TCPProtocolProperties in org.omg.RTCORBA
 

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

Fields in org.omg.RTCORBA declared as TCPProtocolProperties
 TCPProtocolProperties TCPProtocolPropertiesHolder.value
           
 

Methods in org.omg.RTCORBA that return TCPProtocolProperties
static TCPProtocolProperties TCPProtocolPropertiesHelper.extract(Any any)
           
static TCPProtocolProperties TCPProtocolPropertiesHelper.read(InputStream in)
           
static TCPProtocolProperties TCPProtocolPropertiesHelper.narrow(java.lang.Object obj)
           
static TCPProtocolProperties TCPProtocolPropertiesHelper.narrow(Object obj)
           
static TCPProtocolProperties TCPProtocolPropertiesHelper.unchecked_narrow(Object obj)
           
 

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

Constructors in org.omg.RTCORBA with parameters of type TCPProtocolProperties
TCPProtocolPropertiesHolder(TCPProtocolProperties initial)