public abstract class ContactInfoBase extends Object implements ContactInfo
| Modifier and Type | Field and Description |
|---|---|
protected short |
addressingDisposition |
protected OutboundConnectionCache |
connectionCache |
protected ContactInfoList |
contactInfoList |
protected IOR |
effectiveTargetIOR |
protected ORB |
orb |
IIOP_CLEAR_TEXT, SSL_PREFIX| Constructor and Description |
|---|
ContactInfoBase() |
| Modifier and Type | Method and Description |
|---|---|
MessageMediator |
createMessageMediator(ORB broker,
ContactInfo contactInfo,
Connection connection,
String methodName,
boolean isOneWay) |
CDROutputObject |
createOutputObject(MessageMediator messageMediator) |
short |
getAddressingDisposition() |
ORB |
getBroker() |
ClientRequestDispatcher |
getClientRequestDispatcher() |
OutboundConnectionCache |
getConnectionCache() |
ContactInfoList |
getContactInfoList() |
IIOPProfile |
getEffectiveProfile() |
IOR |
getEffectiveTargetIOR() |
IOR |
getTargetIOR() |
void |
setAddressingDisposition(short addressingDisposition) |
void |
setConnectionCache(OutboundConnectionCache connectionCache) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcreateConnection, getConnectionCacheType, getMonitoringName, hashCode, isConnectionBased, shouldCacheConnectiongetHost, getPort, getTypeprotected ORB orb
protected ContactInfoList contactInfoList
protected IOR effectiveTargetIOR
protected short addressingDisposition
protected OutboundConnectionCache connectionCache
public ORB getBroker()
getBroker in interface ContactInfopublic ContactInfoList getContactInfoList()
getContactInfoList in interface ContactInfopublic ClientRequestDispatcher getClientRequestDispatcher()
getClientRequestDispatcher in interface ContactInfopublic void setConnectionCache(OutboundConnectionCache connectionCache)
setConnectionCache in interface ContactInfopublic OutboundConnectionCache getConnectionCache()
getConnectionCache in interface ContactInfopublic MessageMediator createMessageMediator(ORB broker, ContactInfo contactInfo, Connection connection, String methodName, boolean isOneWay)
createMessageMediator in interface ContactInfopublic CDROutputObject createOutputObject(MessageMediator messageMediator)
createOutputObject in interface ContactInfopublic short getAddressingDisposition()
getAddressingDisposition in interface ContactInfopublic void setAddressingDisposition(short addressingDisposition)
setAddressingDisposition in interface ContactInfopublic IOR getTargetIOR()
getTargetIOR in interface ContactInfopublic IOR getEffectiveTargetIOR()
getEffectiveTargetIOR in interface ContactInfopublic IIOPProfile getEffectiveProfile()
getEffectiveProfile in interface ContactInfoCopyright © 2017–2019 Eclipse Foundation. All rights reserved.