Package | Description |
---|---|
org.jacorb.orb | |
org.jacorb.orb.diop | |
org.jacorb.orb.etf | |
org.jacorb.orb.giop | |
org.jacorb.orb.iiop | |
org.omg.ETF |
Modifier and Type | Field and Description |
---|---|
protected Connection |
IORMutator.connection
connection is the ETF transport describing the connection
that this mutator is used for. |
Modifier and Type | Method and Description |
---|---|
boolean |
BasicAdapter.add_input(Connection conn)
Announces a new connection instance to the ORB.
|
void |
BasicAdapter.closed_by_peer(Connection conn)
In some cases, the client side can initiate the closing of a
connection.
|
void |
BasicAdapter.signal_data_available(Connection conn)
The plugged-in transport (e.g.
|
void |
IORMutator.updateConnection(Connection connection)
updateConnection is used to update the ETFConnection information. |
Modifier and Type | Method and Description |
---|---|
Connection |
DIOPFactories.create_connection(ProtocolProperties props) |
Modifier and Type | Class and Description |
---|---|
class |
ConnectionBase
This an abstract base implementation of the ETF::Connection interface.
|
class |
StreamConnectionBase
This an abstract base implementation of the ETF::Connection interface.
|
Modifier and Type | Method and Description |
---|---|
Connection |
ListenerBase.accept()
This call is an alternative to using set_handle() to initiate the
callback-style of accepting new connections.
|
Connection |
FactoriesBase.create_connection(ProtocolProperties props)
ETF defined operation to create a connection.
|
Modifier and Type | Method and Description |
---|---|
void |
ListenerBase.completed_data(Connection conn)
The connection instance is returned to the Listener.
|
protected void |
ListenerBase.deliverConnection(Connection connection)
Method the Acceptor implementation should call to pass
an opened connection to the ORB.
|
Modifier and Type | Field and Description |
---|---|
protected Connection |
GIOPConnection.transport |
Modifier and Type | Method and Description |
---|---|
Connection |
GIOPConnection.getTransport() |
Connection |
TransportListener.Event.transport() |
Modifier and Type | Method and Description |
---|---|
GIOPConnection |
GIOPConnectionManager.createClientGIOPConnection(Profile profile,
Connection transport,
RequestListener request_listener,
ReplyListener reply_listener) |
ServerGIOPConnection |
GIOPConnectionManager.createServerGIOPConnection(Profile profile,
Connection transport,
RequestListener request_listener,
ReplyListener reply_listener) |
Constructor and Description |
---|
ClientGIOPConnection(Profile profile,
Connection transport,
RequestListener request_listener,
ReplyListener reply_listener,
StatisticsProvider statistics_provider) |
GIOPConnection(Profile profile,
Connection transport,
RequestListener request_listener,
ReplyListener reply_listener,
StatisticsProvider statistics_provider) |
ServerGIOPConnection(Profile profile,
Connection transport,
RequestListener request_listener,
ReplyListener reply_listener,
StatisticsProvider statistics_provider,
GIOPConnectionManager manager) |
Modifier and Type | Class and Description |
---|---|
class |
ClientIIOPConnection |
class |
IIOPConnection |
class |
IIOPLoopbackConnection |
class |
ServerIIOPConnection
ServerIIOPConnection.java
|
Modifier and Type | Method and Description |
---|---|
protected Connection |
IIOPListener.createServerConnection(java.net.Socket socket,
boolean is_ssl)
Template method to create a server-side ETF Connection.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ConnectionZeroCopy
Generated from IDL interface "ConnectionZeroCopy".
|
Modifier and Type | Class and Description |
---|---|
class |
_ConnectionLocalBase
Abstract base class for implementations of local interface Connection
|
class |
_ConnectionZeroCopyLocalBase
Abstract base class for implementations of local interface ConnectionZeroCopy
|
class |
ConnectionLocalTie
Generated from IDL interface "Connection".
|
class |
ConnectionZeroCopyLocalTie
Generated from IDL interface "ConnectionZeroCopy".
|
Modifier and Type | Field and Description |
---|---|
Connection |
ConnectionHolder.value |
Modifier and Type | Method and Description |
---|---|
Connection |
ListenerOperations.accept() |
Connection |
ListenerLocalTie.accept() |
Connection |
FactoriesLocalTie.create_connection(ProtocolProperties props) |
Connection |
FactoriesOperations.create_connection(ProtocolProperties props) |
static Connection |
ConnectionHelper.extract(Any any) |
static Connection |
ConnectionHelper.narrow(Object obj) |
static Connection |
ConnectionHelper.read(InputStream in) |
static Connection |
ConnectionHelper.unchecked_narrow(Object obj) |
Modifier and Type | Method and Description |
---|---|
boolean |
HandleLocalTie.add_input(Connection conn) |
boolean |
HandleOperations.add_input(Connection conn) |
void |
HandleLocalTie.closed_by_peer(Connection conn) |
void |
HandleOperations.closed_by_peer(Connection conn) |
void |
ListenerOperations.completed_data(Connection conn) |
void |
ListenerLocalTie.completed_data(Connection conn) |
static void |
ConnectionHelper.insert(Any any,
Connection s) |
void |
HandleLocalTie.signal_data_available(Connection conn) |
void |
HandleOperations.signal_data_available(Connection conn) |
static void |
ConnectionHelper.write(OutputStream _out,
Connection s) |
Constructor and Description |
---|
ConnectionHolder(Connection initial) |