| Package | Description |
|---|---|
| org.omg.RTCORBA |
| Modifier and Type | Field and Description |
|---|---|
Protocol[] |
ProtocolListHolder.value |
Protocol |
ProtocolHolder.value |
| Modifier and Type | Method and Description |
|---|---|
static Protocol[] |
ProtocolListHelper.extract(Any any) |
static Protocol |
ProtocolHelper.extract(Any any) |
Protocol[] |
ServerProtocolPolicyOperations.protocols() |
Protocol[] |
ServerProtocolPolicyLocalTie.protocols() |
Protocol[] |
ClientProtocolPolicyOperations.protocols() |
Protocol[] |
ClientProtocolPolicyLocalTie.protocols() |
static Protocol[] |
ProtocolListHelper.read(InputStream _in) |
static Protocol |
ProtocolHelper.read(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
ClientProtocolPolicy |
RTORBLocalTie.create_client_protocol_policy(Protocol[] protocols) |
ClientProtocolPolicy |
RTORBOperations.create_client_protocol_policy(Protocol[] protocols) |
ServerProtocolPolicy |
RTORBLocalTie.create_server_protocol_policy(Protocol[] protocols) |
ServerProtocolPolicy |
RTORBOperations.create_server_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) |
| Constructor and Description |
|---|
ProtocolHolder(Protocol initial) |
ProtocolListHolder(Protocol[] initial) |
Copyright © 2017 JacORB. All rights reserved.