Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.jacorb.orb.factory.PortRangeFactory
org.jacorb.orb.factory.PortRangeServerSocketFactory
Fields inherited from class org.jacorb.orb.factory.PortRangeFactory | |
configuration , portMax , portMin |
Method Summary | |
void |
|
ServerSocket |
|
ServerSocket |
|
ServerSocket |
|
Methods inherited from class org.jacorb.orb.factory.PortRangeFactory | |
getPortProperty |
public void configure(Configuration configuration) throws ConfigurationException
public ServerSocket createServerSocket(int port) throws IOException
- Specified by:
- createServerSocket in interface ServerSocketFactory
public ServerSocket createServerSocket(int port, int backlog) throws IOException
- Specified by:
- createServerSocket in interface ServerSocketFactory
public ServerSocket createServerSocket(int port, int backlog, InetAddress ifAddress) throws IOException
- Specified by:
- createServerSocket in interface ServerSocketFactory