Uses of Interface
org.omg.RTCORBA.ProtocolProperties

Packages that use ProtocolProperties
org.jacorb.orb.etf   
org.omg.ETF   
org.omg.RTCORBA   
 

Uses of ProtocolProperties in org.jacorb.orb.etf
 

Methods in org.jacorb.orb.etf with parameters of type ProtocolProperties
 Connection FactoriesBase.create_connection(ProtocolProperties props)
          ETF defined operation to create a connection.
 Listener FactoriesBase.create_listener(ProtocolProperties props, int stacksize, short base_priority)
          ETF defined operation to create a connection.
 

Uses of ProtocolProperties in org.omg.ETF
 

Methods in org.omg.ETF with parameters of type ProtocolProperties
 Connection FactoriesLocalTie.create_connection(ProtocolProperties props)
           
 Listener FactoriesLocalTie.create_listener(ProtocolProperties props, int stacksize, short base_priority)
           
 Connection FactoriesOperations.create_connection(ProtocolProperties props)
           
 Listener FactoriesOperations.create_listener(ProtocolProperties props, int stacksize, short base_priority)
           
 

Uses of ProtocolProperties in org.omg.RTCORBA
 

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

Classes in org.omg.RTCORBA that implement ProtocolProperties
 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"
 

Fields in org.omg.RTCORBA declared as ProtocolProperties
 ProtocolProperties ProtocolPropertiesHolder.value
           
 

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

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

Constructors in org.omg.RTCORBA with parameters of type ProtocolProperties
ProtocolPropertiesHolder(ProtocolProperties initial)