mx4j.adaptor
Interface AdaptorServerSocketFactory
- All Known Subinterfaces:
- SSLAdaptorServerSocketFactoryMBean
- All Known Implementing Classes:
- PlainAdaptorServerSocketFactory
- public interface AdaptorServerSocketFactory
The ServerSocket factory interface.
It allows to create ServerSocket for JMX adaptors
- Version:
- $Revision: 1.2 $
- Author:
- Carlos Quiroz, Simone Bordet
Method Summary |
java.net.ServerSocket |
createServerSocket(int port,
int backlog,
java.lang.String host)
Creates a new ServerSocket on the specified port, with the specified backlog and on the given host. |
createServerSocket
public java.net.ServerSocket createServerSocket(int port,
int backlog,
java.lang.String host)
throws java.io.IOException
- Creates a new ServerSocket on the specified port, with the specified backlog and on the given host.
The last parameter is useful for hosts with more than one IP address.
Copyright © 2001-2002 MX4J Team. All Rights Reserved.