| 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 |
|---|---|
ContactInfo |
MessageMediator.getContactInfo()
Get the
ContactInfo
which created this MessageMediator. |
| Modifier and Type | Method and Description |
|---|---|
OutputObject |
ClientRequestDispatcher.beginRequest(Object self,
String methodName,
boolean isOneWay,
ContactInfo contactInfo)
At the beginning of a request the presentation block uses this to obtain
an
OutputObject to
set data to be sent on a message. |
| Modifier and Type | Method and Description |
|---|---|
ContactInfo |
Connection.getContactInfo()
Get the
ContactInfo
that created this Connection . |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ContactInfo> |
ContactInfoList.iterator()
Used to get a
ContactInfoListIterator to retrieve individual
ContactInfo from the
list. |
| Modifier and Type | Method and Description |
|---|---|
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. |
Connection |
OutboundConnectionCache.get(ContactInfo contactInfo) |
OutboundConnectionCache |
TransportManager.getOutboundConnectionCache(ContactInfo contactInfo) |
void |
OutboundConnectionCache.put(ContactInfo contactInfo,
Connection connection) |
void |
OutboundConnectionCache.remove(ContactInfo contactInfo) |
boolean |
ContactInfoListIterator.reportException(ContactInfo contactInfo,
RuntimeException exception)
Used to report information to the iterator to be used in future
invocations.
|
void |
ContactInfoListIterator.reportSuccess(ContactInfo contactInfo)
Used to report information to the iterator to be used in future
invocations.
|
| Modifier and Type | Method and Description |
|---|---|
ContactInfo |
IIOPPrimaryToContactInfo.next(ContactInfo primary,
ContactInfo previous,
List<ContactInfo> contactInfos) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IIOPPrimaryToContactInfo.hasNext(ContactInfo primary,
ContactInfo previous,
List<ContactInfo> contactInfos) |
ContactInfo |
IIOPPrimaryToContactInfo.next(ContactInfo primary,
ContactInfo previous,
List<ContactInfo> contactInfos) |
void |
IIOPPrimaryToContactInfo.reset(ContactInfo primary) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IIOPPrimaryToContactInfo.hasNext(ContactInfo primary,
ContactInfo previous,
List<ContactInfo> contactInfos) |
ContactInfo |
IIOPPrimaryToContactInfo.next(ContactInfo primary,
ContactInfo previous,
List<ContactInfo> contactInfos) |
Copyright © 2020 ADDC Infotech GmbH. All rights reserved.