Package com.sun.corba.se.impl.transport
Class DefaultIORToSocketInfoImpl
java.lang.Object
com.sun.corba.se.impl.transport.DefaultIORToSocketInfoImpl
- All Implemented Interfaces:
IORToSocketInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSocketInfo(IOR ior) Used to extract socket address information from an IOR.
-
Constructor Details
-
DefaultIORToSocketInfoImpl
public DefaultIORToSocketInfoImpl()
-
-
Method Details
-
getSocketInfo
Description copied from interface:IORToSocketInfoUsed to extract socket address information from an IOR.- Specified by:
getSocketInfoin interfaceIORToSocketInfo- Parameters:
ior- .- Returns:
- List - a list of SocketInfo.
-