Class ParserTable.TestIORToSocketInfo

java.lang.Object
com.sun.corba.ee.impl.orb.ParserTable.TestIORToSocketInfo
All Implemented Interfaces:
IORToSocketInfo
Enclosing class:
ParserTable

public static final class ParserTable.TestIORToSocketInfo extends Object implements IORToSocketInfo
  • Constructor Details

    • TestIORToSocketInfo

      public TestIORToSocketInfo()
  • Method Details

    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • getSocketInfo

      public List getSocketInfo(IOR ior, List previous)
      Description copied from interface: IORToSocketInfo
      Used to extract socket address information from an IOR.
      Specified by:
      getSocketInfo in interface IORToSocketInfo
      Parameters:
      ior - The ior from which the socket info is extracted.
      previous - The previous list, which may be reused if not null.
      Returns:
      a list of SocketInfo.