Package com.sun.corba.ee.impl.transport
Class DefaultIORToSocketInfoImpl
java.lang.Object
com.sun.corba.ee.impl.transport.DefaultIORToSocketInfoImpl
- All Implemented Interfaces:
IORToSocketInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate SocketInfo
createSocketInfo
(String hostname, int port) List
<? extends SocketInfo> getSocketInfo
(IOR ior, List<? extends SocketInfo> previous) Used to extract socket address information from an IOR.
-
Constructor Details
-
DefaultIORToSocketInfoImpl
public DefaultIORToSocketInfoImpl()
-
-
Method Details
-
getSocketInfo
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.
-
createSocketInfo
-