Class SocketFactoryContactInfoImpl
- java.lang.Object
-
- com.sun.corba.ee.impl.transport.ContactInfoBase
-
- com.sun.corba.ee.impl.transport.ContactInfoImpl
-
- com.sun.corba.ee.impl.legacy.connection.SocketFactoryContactInfoImpl
-
- All Implemented Interfaces:
ContactInfo
,SocketInfo
public class SocketFactoryContactInfoImpl extends ContactInfoImpl
-
-
Field Summary
Fields Modifier and Type Field Description protected SocketInfo
socketInfo
protected static ORBUtilSystemException
wrapper
-
Fields inherited from class com.sun.corba.ee.impl.transport.ContactInfoImpl
cachedHashCode, hostname, isHashCodeCached, port, socketType
-
Fields inherited from class com.sun.corba.ee.impl.transport.ContactInfoBase
addressingDisposition, connectionCache, contactInfoList, effectiveTargetIOR, orb
-
Fields inherited from interface com.sun.corba.ee.spi.transport.SocketInfo
IIOP_CLEAR_TEXT, SSL_PREFIX
-
-
Constructor Summary
Constructors Constructor Description SocketFactoryContactInfoImpl()
SocketFactoryContactInfoImpl(ORB orb, ContactInfoList contactInfoList, IOR effectiveTargetIOR, short addressingDisposition, SocketInfo cookie)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Connection
createConnection()
java.lang.String
toString()
-
Methods inherited from class com.sun.corba.ee.impl.transport.ContactInfoImpl
dprint, equals, getConnectionCacheType, getHost, getMonitoringName, getPort, getType, hashCode, isConnectionBased, shouldCacheConnection
-
Methods inherited from class com.sun.corba.ee.impl.transport.ContactInfoBase
createMessageMediator, createOutputObject, getAddressingDisposition, getBroker, getClientRequestDispatcher, getConnectionCache, getContactInfoList, getEffectiveProfile, getEffectiveTargetIOR, getTargetIOR, setAddressingDisposition, setConnectionCache
-
-
-
-
Field Detail
-
wrapper
protected static final ORBUtilSystemException wrapper
-
socketInfo
protected SocketInfo socketInfo
-
-
Constructor Detail
-
SocketFactoryContactInfoImpl
public SocketFactoryContactInfoImpl()
-
SocketFactoryContactInfoImpl
public SocketFactoryContactInfoImpl(ORB orb, ContactInfoList contactInfoList, IOR effectiveTargetIOR, short addressingDisposition, SocketInfo cookie)
-
-
Method Detail
-
createConnection
public Connection createConnection()
- Specified by:
createConnection
in interfaceContactInfo
- Overrides:
createConnection
in classContactInfoImpl
-
toString
public java.lang.String toString()
- Overrides:
toString
in classContactInfoImpl
-
-