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 short
protected OutboundConnectionCache
protected ContactInfoList
protected IOR
protected ORB
Fields 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) short
void
setAddressingDisposition
(short addressingDisposition) void
setConnectionCache
(OutboundConnectionCache connectionCache) toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.sun.corba.ee.spi.transport.ContactInfo
createConnection, getConnectionCacheType, getMonitoringName, hashCode, isConnectionBased, shouldCacheConnection
Methods 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:
getBroker
in interfaceContactInfo
-
getContactInfoList
- Specified by:
getContactInfoList
in interfaceContactInfo
-
getClientRequestDispatcher
- Specified by:
getClientRequestDispatcher
in interfaceContactInfo
-
setConnectionCache
- Specified by:
setConnectionCache
in interfaceContactInfo
-
getConnectionCache
- Specified by:
getConnectionCache
in interfaceContactInfo
-
createMessageMediator
public MessageMediator createMessageMediator(ORB broker, ContactInfo contactInfo, Connection connection, String methodName, boolean isOneWay) - Specified by:
createMessageMediator
in interfaceContactInfo
-
createOutputObject
- Specified by:
createOutputObject
in interfaceContactInfo
-
getAddressingDisposition
public short getAddressingDisposition()- Specified by:
getAddressingDisposition
in interfaceContactInfo
-
setAddressingDisposition
public void setAddressingDisposition(short addressingDisposition) - Specified by:
setAddressingDisposition
in interfaceContactInfo
-
getTargetIOR
- Specified by:
getTargetIOR
in interfaceContactInfo
-
getEffectiveTargetIOR
- Specified by:
getEffectiveTargetIOR
in interfaceContactInfo
-
getEffectiveProfile
- Specified by:
getEffectiveProfile
in interfaceContactInfo
-
toString
-