Package com.sun.corba.se.spi.transport
Interface IORToSocketInfo
- All Known Implementing Classes:
DefaultIORToSocketInfoImpl,ParserTable.TestIORToSocketInfo
public interface IORToSocketInfo
-
Method Summary
Modifier and TypeMethodDescriptiongetSocketInfo(IOR ior) Used to extract socket address information from an IOR.
-
Method Details
-
getSocketInfo
Used to extract socket address information from an IOR.- Parameters:
ior- .- Returns:
- List - a list of SocketInfo.
-