Class SocketOrChannelContactInfoImpl

java.lang.Object
com.sun.corba.se.impl.transport.CorbaContactInfoBase
com.sun.corba.se.impl.transport.SocketOrChannelContactInfoImpl
All Implemented Interfaces:
ContactInfo, CorbaContactInfo, SocketInfo
Direct Known Subclasses:
SocketFactoryContactInfoImpl

public class SocketOrChannelContactInfoImpl extends CorbaContactInfoBase implements SocketInfo
Author:
Harold Carr
  • Field Details

    • isHashCodeCached

      protected boolean isHashCodeCached
    • cachedHashCode

      protected int cachedHashCode
    • socketType

      protected String socketType
    • hostname

      protected String hostname
    • port

      protected int port
  • Constructor Details

    • SocketOrChannelContactInfoImpl

      protected SocketOrChannelContactInfoImpl()
    • SocketOrChannelContactInfoImpl

      protected SocketOrChannelContactInfoImpl(ORB orb, CorbaContactInfoList contactInfoList)
    • SocketOrChannelContactInfoImpl

      public SocketOrChannelContactInfoImpl(ORB orb, CorbaContactInfoList contactInfoList, String socketType, String hostname, int port)
    • SocketOrChannelContactInfoImpl

      public SocketOrChannelContactInfoImpl(ORB orb, CorbaContactInfoList contactInfoList, IOR effectiveTargetIOR, short addressingDisposition, String socketType, String hostname, int port)
  • Method Details