Package com.sun.corba.ee.impl.orb
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 java.lang.Object implements IORToSocketInfo
-
-
Constructor Summary
Constructors Constructor Description TestIORToSocketInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object other)
java.util.List
getSocketInfo(IOR ior, java.util.List previous)
Used to extract socket address information from an IOR.
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in classjava.lang.Object
-
getSocketInfo
public java.util.List getSocketInfo(IOR ior, java.util.List previous)
Description copied from interface:IORToSocketInfo
Used to extract socket address information from an IOR.- Specified by:
getSocketInfo
in interfaceIORToSocketInfo
- 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.
-
-