Package com.sun.corba.ee.impl.transport
Class ContactInfoBase
java.lang.Object
com.sun.corba.ee.impl.transport.ContactInfoBase
- All Implemented Interfaces:
ContactInfo,SocketInfo
- Direct Known Subclasses:
ContactInfoImpl,SharedCDRContactInfoImpl
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected shortprotected OutboundConnectionCacheprotected ContactInfoListprotected IORprotected ORBFields inherited from interface com.sun.corba.ee.spi.transport.SocketInfo
IIOP_CLEAR_TEXT, SSL_PREFIX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateMessageMediator(ORB broker, ContactInfo contactInfo, Connection connection, String methodName, boolean isOneWay) createOutputObject(MessageMediator messageMediator) shortvoidsetAddressingDisposition(short addressingDisposition) voidsetConnectionCache(OutboundConnectionCache connectionCache) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.sun.corba.ee.spi.transport.ContactInfo
createConnection, getConnectionCacheType, getMonitoringName, hashCode, isConnectionBased, shouldCacheConnectionMethods inherited from interface com.sun.corba.ee.spi.transport.SocketInfo
getHost, getPort, getType
-
Field Details
-
orb
-
contactInfoList
-
effectiveTargetIOR
-
addressingDisposition
protected short addressingDisposition -
connectionCache
-
-
Constructor Details
-
ContactInfoBase
public ContactInfoBase()
-
-
Method Details
-
getBroker
- Specified by:
getBrokerin interfaceContactInfo
-
getContactInfoList
- Specified by:
getContactInfoListin interfaceContactInfo
-
getClientRequestDispatcher
- Specified by:
getClientRequestDispatcherin interfaceContactInfo
-
setConnectionCache
- Specified by:
setConnectionCachein interfaceContactInfo
-
getConnectionCache
- Specified by:
getConnectionCachein interfaceContactInfo
-
createMessageMediator
public MessageMediator createMessageMediator(ORB broker, ContactInfo contactInfo, Connection connection, String methodName, boolean isOneWay) - Specified by:
createMessageMediatorin interfaceContactInfo
-
createOutputObject
- Specified by:
createOutputObjectin interfaceContactInfo
-
getAddressingDisposition
public short getAddressingDisposition()- Specified by:
getAddressingDispositionin interfaceContactInfo
-
setAddressingDisposition
public void setAddressingDisposition(short addressingDisposition) - Specified by:
setAddressingDispositionin interfaceContactInfo
-
getTargetIOR
- Specified by:
getTargetIORin interfaceContactInfo
-
getEffectiveTargetIOR
- Specified by:
getEffectiveTargetIORin interfaceContactInfo
-
getEffectiveProfile
- Specified by:
getEffectiveProfilein interfaceContactInfo
-
toString
-