|
JTR 5.0 API Documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjtr.test.SystemProperties
public class SystemProperties
This class defines all of the mnemonic names of those system properties required by the JTRunner runtime.
Field Summary | |
---|---|
static java.lang.String |
DEF_RMI_REGISTRY_HOST
The default value for the jtr.remote.test.host property. |
static java.lang.Integer |
DEF_RMI_REGISTRY_PORT
The default port number the registry gets assigned to. |
static java.lang.String |
JTR_TEST_CONFIGURATION
The path to the jtr.xml configuration file. |
static java.lang.String |
LOG4J_CONFIGURATION
The path to the log4j configuration file. |
static java.lang.String |
REMOTE_STUBS_HOST
The value of this property represents the host name string that should be associated with remote stubs for locally created remote objects, in order to allow clients to invoke methods on the remote object. |
static java.lang.String |
RMI_REGISTRY_HOST
If using a remote registry, this is the host the registry is running on, and on which the JTR remote services will be bound, otherwise it defaults to localhost. |
static java.lang.String |
RMI_REGISTRY_PORT
The port number the registry should be assigned to. |
static java.lang.String |
SERVER_CLASS_LOADER_SERVICE_NAME
Recognized service name for those components responsible of providing classes to those JTR passive nodes involved in a distributed test session. |
static java.lang.Integer |
TEST_CLASS_LOADER_SERVICE_PORT
Default port for the ClassLoaderService. |
static java.lang.String |
TEST_CLASS_LOADER_SERVICE_PORT_PROPERTY
System property for specifying the port the ClassLoaderService must use. |
static java.lang.String |
TEST_GW_SERVICE_NAME
Recognized service name for those components responsible of receiving test configurations from remote JTR-nodes, in order to locally launch new test sessions. |
static java.lang.Integer |
TEST_GW_SERVICE_PORT
Default port for the GatewayService. |
static java.lang.String |
TEST_GW_SERVICE_PORT_PROPERTY
System property for specifying the port the GatewayService must use. |
static java.lang.String |
TEST_OUTCOME_COLLECTOR_SERVICE_NAME
Recognized service name for those components in charge of collecting JTR test outcomes from remote nodes, for showing them to the end-user later-on. |
static java.lang.Integer |
TEST_OUTCOME_COLLECTOR_SERVICE_PORT
Default port for the OutcomeCollectorService. |
static java.lang.String |
TEST_OUTCOME_COLLECTOR_SERVICE_PORT_PROPERTY
System property for specifying the port the OutcomeCollectorService must use. |
Constructor Summary | |
---|---|
SystemProperties()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String JTR_TEST_CONFIGURATION
public static final java.lang.String LOG4J_CONFIGURATION
public static final java.lang.String RMI_REGISTRY_PORT
public static final java.lang.Integer DEF_RMI_REGISTRY_PORT
public static final java.lang.String RMI_REGISTRY_HOST
public static final java.lang.String DEF_RMI_REGISTRY_HOST
jtr.remote.test.host
property.
public static final java.lang.String REMOTE_STUBS_HOST
public static final java.lang.String TEST_GW_SERVICE_NAME
public static final java.lang.String TEST_GW_SERVICE_PORT_PROPERTY
public static final java.lang.Integer TEST_GW_SERVICE_PORT
public static final java.lang.String SERVER_CLASS_LOADER_SERVICE_NAME
public static final java.lang.String TEST_CLASS_LOADER_SERVICE_PORT_PROPERTY
public static final java.lang.Integer TEST_CLASS_LOADER_SERVICE_PORT
public static final java.lang.String TEST_OUTCOME_COLLECTOR_SERVICE_NAME
public static final java.lang.String TEST_OUTCOME_COLLECTOR_SERVICE_PORT_PROPERTY
public static final java.lang.Integer TEST_OUTCOME_COLLECTOR_SERVICE_PORT
Constructor Detail |
---|
public SystemProperties()
|
The JTR Project is licensed under GPL version 2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |