Package | Description |
---|---|
org.jacorb.orb.diop | |
org.jacorb.orb.etf | |
org.omg.ETF | |
org.omg.RTCORBA |
Modifier and Type | Method and Description |
---|---|
Connection |
DIOPFactories.create_connection(ProtocolProperties props) |
Listener |
DIOPFactories.create_listener(ProtocolProperties props,
int stacksize,
short base_priority) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Connection |
FactoriesOperations.create_connection(ProtocolProperties props) |
Connection |
FactoriesLocalTie.create_connection(ProtocolProperties props) |
Listener |
FactoriesOperations.create_listener(ProtocolProperties props,
int stacksize,
short base_priority) |
Listener |
FactoriesLocalTie.create_listener(ProtocolProperties props,
int stacksize,
short base_priority) |
Modifier and Type | Interface and Description |
---|---|
interface |
TCPProtocolProperties
Generated from IDL interface "TCPProtocolProperties".
|
Modifier and Type | Class and Description |
---|---|
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".
|
Modifier and Type | Field and Description |
---|---|
ProtocolProperties |
Protocol.orb_protocol_properties |
ProtocolProperties |
Protocol.transport_protocol_properties |
ProtocolProperties |
ProtocolPropertiesHolder.value |
Modifier and Type | Method and Description |
---|---|
static ProtocolProperties |
ProtocolPropertiesHelper.extract(Any any) |
static ProtocolProperties |
ProtocolPropertiesHelper.narrow(Object obj) |
static ProtocolProperties |
ProtocolPropertiesHelper.read(InputStream in) |
static ProtocolProperties |
ProtocolPropertiesHelper.unchecked_narrow(Object obj) |
Modifier and Type | Method and Description |
---|---|
static void |
ProtocolPropertiesHelper.insert(Any any,
ProtocolProperties s) |
static void |
ProtocolPropertiesHelper.write(OutputStream _out,
ProtocolProperties s) |
Constructor and Description |
---|
Protocol(int protocol_type,
ProtocolProperties orb_protocol_properties,
ProtocolProperties transport_protocol_properties) |
ProtocolPropertiesHolder(ProtocolProperties initial) |