Class SocketFactoryContactInfoImpl
java.lang.Object
com.sun.corba.se.impl.transport.CorbaContactInfoBase
com.sun.corba.se.impl.transport.SocketOrChannelContactInfoImpl
com.sun.corba.se.impl.legacy.connection.SocketFactoryContactInfoImpl
- All Implemented Interfaces:
ContactInfo,CorbaContactInfo,SocketInfo
- Author:
- Harold Carr
-
Field Summary
FieldsFields inherited from class com.sun.corba.se.impl.transport.SocketOrChannelContactInfoImpl
cachedHashCode, hostname, isHashCodeCached, port, socketTypeFields inherited from class com.sun.corba.se.impl.transport.CorbaContactInfoBase
addressingDisposition, connectionCache, contactInfoList, effectiveTargetIOR, orbFields inherited from interface com.sun.corba.se.spi.transport.SocketInfo
IIOP_CLEAR_TEXT -
Constructor Summary
ConstructorsConstructorDescriptionSocketFactoryContactInfoImpl(ORB orb, CorbaContactInfoList contactInfoList, IOR effectiveTargetIOR, short addressingDisposition, SocketInfo cookie) -
Method Summary
Modifier and TypeMethodDescriptionUsed to get aConnectionto send and receive messages on the specific transport represented by thisContactInfo.toString()Methods inherited from class com.sun.corba.se.impl.transport.SocketOrChannelContactInfoImpl
dprint, equals, getConnectionCacheType, getHost, getMonitoringName, getPort, getType, hashCode, isConnectionBased, shouldCacheConnectionMethods inherited from class com.sun.corba.se.impl.transport.CorbaContactInfoBase
createInputObject, createMessageMediator, createMessageMediator, createOutputObject, finishCreatingMessageMediator, getAddressingDisposition, getBroker, getClientRequestDispatcher, getConnectionCache, getContactInfoList, getEffectiveProfile, getEffectiveTargetIOR, getTargetIOR, setAddressingDisposition, setConnectionCache
-
Field Details
-
wrapper
-
socketInfo
-
-
Constructor Details
-
SocketFactoryContactInfoImpl
public SocketFactoryContactInfoImpl() -
SocketFactoryContactInfoImpl
public SocketFactoryContactInfoImpl(ORB orb, CorbaContactInfoList contactInfoList, IOR effectiveTargetIOR, short addressingDisposition, SocketInfo cookie)
-
-
Method Details
-
createConnection
Description copied from interface:ContactInfoUsed to get aConnectionto send and receive messages on the specific transport represented by thisContactInfo.- Specified by:
createConnectionin interfaceContactInfo- Overrides:
createConnectionin classSocketOrChannelContactInfoImpl- Returns:
Connection
-
toString
- Overrides:
toStringin classSocketOrChannelContactInfoImpl
-