Uses of Class
org.omg.RTCORBA.Protocol

Packages that use Protocol
org.jacorb.orb   
org.jacorb.orb.policies   
org.omg.RTCORBA   
 

Uses of Protocol in org.jacorb.orb
 

Methods in org.jacorb.orb that return Protocol
 Protocol[] Delegate.getClientProtocols()
           
 

Methods in org.jacorb.orb with parameters of type Protocol
 ClientProtocolPolicy RTORB.create_client_protocol_policy(Protocol[] protocols)
           
 

Constructors in org.jacorb.orb with parameters of type Protocol
SpecificProfileSelector(Protocol[] protocols)
           
 

Uses of Protocol in org.jacorb.orb.policies
 

Methods in org.jacorb.orb.policies that return Protocol
 Protocol[] ClientProtocolPolicy.protocols()
           
 

Constructors in org.jacorb.orb.policies with parameters of type Protocol
ClientProtocolPolicy(Protocol[] protos)
           
 

Uses of Protocol in org.omg.RTCORBA
 

Fields in org.omg.RTCORBA declared as Protocol
 Protocol ProtocolHolder.value
           
 Protocol[] ProtocolListHolder.value
           
 

Methods in org.omg.RTCORBA that return Protocol
static Protocol ProtocolHelper.extract(Any any)
           
static Protocol[] ProtocolListHelper.extract(Any any)
           
 Protocol[] ClientProtocolPolicyOperations.protocols()
           
 Protocol[] ClientProtocolPolicyLocalTie.protocols()
           
static Protocol ProtocolHelper.read(InputStream in)
           
static Protocol[] ProtocolListHelper.read(InputStream _in)
           
 

Methods in org.omg.RTCORBA with parameters of type Protocol
 ClientProtocolPolicy RTORBOperations.create_client_protocol_policy(Protocol[] protocols)
           
 ClientProtocolPolicy RTORBLocalTie.create_client_protocol_policy(Protocol[] protocols)
           
static void ProtocolHelper.insert(Any any, Protocol s)
           
static void ProtocolListHelper.insert(Any any, Protocol[] s)
           
static void ProtocolHelper.write(OutputStream out, Protocol s)
           
static void ProtocolListHelper.write(OutputStream _out, Protocol[] _s)
           
 

Constructors in org.omg.RTCORBA with parameters of type Protocol
ProtocolHolder(Protocol initial)
           
ProtocolListHolder(Protocol[] initial)