| Package | Description |
|---|---|
| com.sun.corba.se.pept.protocol | |
| com.sun.corba.se.pept.transport | |
| com.sun.corba.se.spi.orb |
| Modifier and Type | Method and Description |
|---|---|
Broker |
MessageMediator.getBroker()
The
Broker associated with an
invocation. |
Broker |
ClientDelegate.getBroker()
The
Broker associated with an
invocation. |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientRequestDispatcher.endRequest(Broker broker,
Object self,
InputObject inputObject)
After the presentation block completes a request it signals the PEPt
runtime by calling this method.
|
| Modifier and Type | Method and Description |
|---|---|
Broker |
ContactInfo.getBroker()
The
Broker associated with an invocation. |
| Modifier and Type | Method and Description |
|---|---|
InputObject |
ContactInfo.createInputObject(Broker broker,
MessageMediator messageMediator)
Used to get a
InputObject for the specific encoding
represented by this ContactInfo. |
InputObject |
Acceptor.createInputObject(Broker broker,
MessageMediator messageMediator)
Used to get a
InputObject for the specific encoding represented by this
Acceptor. |
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. |
OutputObject |
Acceptor.createOutputObject(Broker broker,
MessageMediator messageMediator)
Used to get a
OutputObject for the specific encoding represented by this
Acceptor. |
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. |
| Modifier and Type | Class and Description |
|---|---|
class |
ORB |
Copyright © 2020 ADDC Infotech GmbH. All rights reserved.