JTR 5.0 API Documentation

jtr.test
Class SystemProperties

java.lang.Object
  extended by jtr.test.SystemProperties

public class SystemProperties
extends java.lang.Object

This class defines all of the mnemonic names of those system properties required by the JTRunner runtime.

Since:
1.0
Version:
5.0
Author:
Francesco Russo (frusso@dev.java.net)

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

JTR_TEST_CONFIGURATION

public static final java.lang.String JTR_TEST_CONFIGURATION
The path to the jtr.xml configuration file.

See Also:
Constant Field Values

LOG4J_CONFIGURATION

public static final java.lang.String LOG4J_CONFIGURATION
The path to the log4j configuration file.

See Also:
Constant Field Values

RMI_REGISTRY_PORT

public static final java.lang.String RMI_REGISTRY_PORT
The port number the registry should be assigned to.

See Also:
Constant Field Values

DEF_RMI_REGISTRY_PORT

public static final java.lang.Integer DEF_RMI_REGISTRY_PORT
The default port number the registry gets assigned to.


RMI_REGISTRY_HOST

public static final 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.

See Also:
Constant Field Values

DEF_RMI_REGISTRY_HOST

public static final java.lang.String DEF_RMI_REGISTRY_HOST
The default value for the jtr.remote.test.host property.

See Also:
Constant Field Values

REMOTE_STUBS_HOST

public static final 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.

See Also:
Constant Field Values

TEST_GW_SERVICE_NAME

public static final 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.

See Also:
Constant Field Values

TEST_GW_SERVICE_PORT_PROPERTY

public static final java.lang.String TEST_GW_SERVICE_PORT_PROPERTY
System property for specifying the port the GatewayService must use.

See Also:
Constant Field Values

TEST_GW_SERVICE_PORT

public static final java.lang.Integer TEST_GW_SERVICE_PORT
Default port for the GatewayService.


SERVER_CLASS_LOADER_SERVICE_NAME

public static final 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.

See Also:
Constant Field Values

TEST_CLASS_LOADER_SERVICE_PORT_PROPERTY

public static final java.lang.String TEST_CLASS_LOADER_SERVICE_PORT_PROPERTY
System property for specifying the port the ClassLoaderService must use.

See Also:
Constant Field Values

TEST_CLASS_LOADER_SERVICE_PORT

public static final java.lang.Integer TEST_CLASS_LOADER_SERVICE_PORT
Default port for the ClassLoaderService.


TEST_OUTCOME_COLLECTOR_SERVICE_NAME

public static final 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.

See Also:
Constant Field Values

TEST_OUTCOME_COLLECTOR_SERVICE_PORT_PROPERTY

public static final java.lang.String TEST_OUTCOME_COLLECTOR_SERVICE_PORT_PROPERTY
System property for specifying the port the OutcomeCollectorService must use.

See Also:
Constant Field Values

TEST_OUTCOME_COLLECTOR_SERVICE_PORT

public static final java.lang.Integer TEST_OUTCOME_COLLECTOR_SERVICE_PORT
Default port for the OutcomeCollectorService.

Constructor Detail

SystemProperties

public SystemProperties()

The JTR Project is licensed under GPL version 2