Package com.sun.corba.ee.spi.transport
Interface IORToSocketInfo
-
- All Known Implementing Classes:
ClientGroupManager,DefaultIORToSocketInfoImpl,ParserTable.TestIORToSocketInfo
public interface IORToSocketInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<? extends SocketInfo>getSocketInfo(IOR ior, java.util.List<? extends SocketInfo> previous)Used to extract socket address information from an IOR.
-
-
-
Method Detail
-
getSocketInfo
java.util.List<? extends SocketInfo> getSocketInfo(IOR ior, java.util.List<? extends SocketInfo> previous)
Used to extract socket address information from an IOR.- 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.
-
-