Package org.apache.jmeter.rmi
Class RmiUtils
java.lang.Object
org.apache.jmeter.rmi.RmiUtils
RMI Helper class
- Since:
- 4.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic RMIClientSocketFactory
static RMIServerSocketFactory
static InetAddress
static int
-
Field Details
-
DEFAULT_RMI_REGISTRY_PORT
public static final int DEFAULT_RMI_REGISTRY_PORT -
DEFAULT_RMI_PORT
public static final int DEFAULT_RMI_PORT -
DEFAULT_LOCAL_PORT
public static final int DEFAULT_LOCAL_PORT
-
-
Method Details
-
createClientSocketFactory
-
createServerSocketFactory
- Throws:
RemoteException
-
getRmiHost
- Returns:
- the configure address for usage by RMI
- Throws:
RemoteException
- when no valid address can be found
-
getRmiRegistryPort
public static int getRmiRegistryPort()- Returns:
- port of RMI Registry
-