Package org.apache.jmeter.rmi
Class RMIServerSocketFactoryImpl
java.lang.Object
org.apache.jmeter.rmi.RMIServerSocketFactoryImpl
- All Implemented Interfaces:
Serializable
,RMIServerSocketFactory
public class RMIServerSocketFactoryImpl
extends Object
implements RMIServerSocketFactory, Serializable
Custom
RMIServerSocketFactory
that binds RMI to particular host/ip- Since:
- 4.0
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateServerSocket
(int port) Creates a server socket that listens on localAddress:portboolean
int
hashCode()
toString()
-
Constructor Details
-
RMIServerSocketFactoryImpl
-
-
Method Details
-
createServerSocket
Creates a server socket that listens on localAddress:port- Specified by:
createServerSocket
in interfaceRMIServerSocketFactory
- Parameters:
port
- to use for the RMI server socket- Throws:
IOException
- See Also:
-
equals
-
hashCode
public int hashCode() -
toString
-