Rio Project 4.2 API Documentation



org.rioproject.config
Interface Constants


public interface Constants

System constants

Author:
Dennis Reedy

Field Summary
static String BASE_COMPONENT
           
static String CODESERVER
          System property set indicating the address and port of the Webster instance created by this utility, in the form of : http://address:port
static String GROUPS_PROPERTY_NAME
          System property set when to indicate a comma separated list of group names to use
static String JMX_MBEANSERVER
          System property set to indicate to use a specific MBeanServer.
static String JMX_SERVICE_URL
          System property set when the JMX Platform MBeanServer is set to the RMI Registry
static String LOCATOR_PROPERTY_NAME
          System property set when to indicate a comma separated list of lookup locators
static String PORT_RANGE
          Property to indicate that Rio should limit the creation of utilities that create sockets (like Exporter) to limit socket ports to within the specified port range.
static String REGISTRY_PORT
          System property set when an RMI Registry is started
static String RESOLVER_PRUNE_PLATFORM
          Property to indicate that the Rio Resolver should not include Rio artifacts in the resolution of a classpath.
static String RIO_TEST_EXEC_DIR
          Property to indicate the directory the test framework has been started in.
static String RMI_HOST_ADDRESS
          System property to set and check to determine address to bind to or address bound to
static String SERVICE_BEAN_EXEC_NAME
          System property name for ServiceBeanExecutor name binding
static String STARTING
          Property to indicate that a service bean is being started
 

Field Detail

BASE_COMPONENT

static final String BASE_COMPONENT
See Also:
Constant Field Values

CODESERVER

static final String CODESERVER
System property set indicating the address and port of the Webster instance created by this utility, in the form of :
http://address:port

See Also:
Constant Field Values

REGISTRY_PORT

static final String REGISTRY_PORT
System property set when an RMI Registry is started

See Also:
Constant Field Values

JMX_MBEANSERVER

static final String JMX_MBEANSERVER
System property set to indicate to use a specific MBeanServer. If not set then the Platform MBeanServer is to be used

See Also:
Constant Field Values

JMX_SERVICE_URL

static final String JMX_SERVICE_URL
System property set when the JMX Platform MBeanServer is set to the RMI Registry

See Also:
Constant Field Values

GROUPS_PROPERTY_NAME

static final String GROUPS_PROPERTY_NAME
System property set when to indicate a comma separated list of group names to use

See Also:
Constant Field Values

LOCATOR_PROPERTY_NAME

static final String LOCATOR_PROPERTY_NAME
System property set when to indicate a comma separated list of lookup locators

See Also:
Constant Field Values

RMI_HOST_ADDRESS

static final String RMI_HOST_ADDRESS
System property to set and check to determine address to bind to or address bound to

See Also:
Constant Field Values

SERVICE_BEAN_EXEC_NAME

static final String SERVICE_BEAN_EXEC_NAME
System property name for ServiceBeanExecutor name binding

See Also:
Constant Field Values

STARTING

static final String STARTING
Property to indicate that a service bean is being started

See Also:
Constant Field Values

RIO_TEST_EXEC_DIR

static final String RIO_TEST_EXEC_DIR
Property to indicate the directory the test framework has been started in.

See Also:
Constant Field Values

RESOLVER_PRUNE_PLATFORM

static final String RESOLVER_PRUNE_PLATFORM
Property to indicate that the Rio Resolver should not include Rio artifacts in the resolution of a classpath. If this property is set to "false", the Resolver will not include the Rio platform (and it's dependencies) in generated classpaths.

See Also:
Constant Field Values

PORT_RANGE

static final String PORT_RANGE
Property to indicate that Rio should limit the creation of utilities that create sockets (like Exporter) to limit socket ports to within the specified port range. The port range is specified as "-" delimited string, startRange-endRange, where startRange and endRange are inclusive

See Also:
Constant Field Values

Copyright © Rio Project.

Copyright © 2006-2011 Rio Project. All Rights Reserved.