Package com.sun.corba.ee.impl.transport
Class DefaultIORToSocketInfoImpl
- java.lang.Object
-
- com.sun.corba.ee.impl.transport.DefaultIORToSocketInfoImpl
-
- All Implemented Interfaces:
IORToSocketInfo
public class DefaultIORToSocketInfoImpl extends java.lang.Object implements IORToSocketInfo
-
-
Constructor Summary
Constructors Constructor Description DefaultIORToSocketInfoImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private SocketInfo
createSocketInfo(java.lang.String hostname, int port)
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
public java.util.List<? extends SocketInfo> getSocketInfo(IOR ior, java.util.List<? extends SocketInfo> 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.
-
createSocketInfo
private SocketInfo createSocketInfo(java.lang.String hostname, int port)
-
-