| Package | Description |
|---|---|
| com.sun.corba.se.pept.protocol | |
| com.sun.corba.se.pept.transport | |
| com.sun.corba.se.spi.transport |
| Modifier and Type | Method and Description |
|---|---|
Connection |
MessageMediator.getConnection()
Get the
Connection on
which this message is sent or received. |
| Modifier and Type | Method and Description |
|---|---|
Connection |
ContactInfo.createConnection()
Used to get a
Connection to send and receive messages on the
specific transport represented by this ContactInfo. |
Connection |
InboundConnectionCache.get(Acceptor acceptor) |
Connection |
OutboundConnectionCache.get(ContactInfo contactInfo) |
Connection |
EventHandler.getConnection() |
| Modifier and Type | Method and Description |
|---|---|
MessageMediator |
ContactInfo.createMessageMediator(Broker broker,
Connection connection)
Used to get a
MessageMediator to hold internal data for a message
received using the specific encoding, protocol, transport combination
represented by this ContactInfo. |
MessageMediator |
Acceptor.createMessageMediator(Broker xbroker,
Connection xconnection)
Used to get a
MessageMediator to hold internal data for a message
received using the specific encoding, protocol, transport combination
represented by this Acceptor. |
MessageMediator |
ContactInfo.createMessageMediator(Broker broker,
ContactInfo contactInfo,
Connection connection,
String methodName,
boolean isOneWay)
Used to get a
MessageMediator to hold internal data for a message
to be sent using the specific encoding, protocol, transport combination
represented by this ContactInfo. |
MessageMediator |
ContactInfo.finishCreatingMessageMediator(Broker broker,
Connection connection,
MessageMediator messageMediator)
Used to finish creating a
MessageMediator with internal data for
a message received using the specific encoding, protocol, transport
combination represented by this ContactInfo. |
MessageMediator |
Acceptor.finishCreatingMessageMediator(Broker broker,
Connection xconnection,
MessageMediator messageMediator)
Used to finish creating a
MessageMediator to with internal data
for a message received using the specific encoding, protocol, transport
combination represented by this Acceptor. |
void |
InboundConnectionCache.put(Acceptor acceptor,
Connection connection) |
void |
OutboundConnectionCache.put(ContactInfo contactInfo,
Connection connection) |
void |
InboundConnectionCache.remove(Connection connection) |
void |
ConnectionCache.stampTime(Connection connection) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CorbaConnection |
Copyright © 2020 ADDC Infotech GmbH. All rights reserved.