org.codehaus.cargo.container.property
Interface GeneralPropertySet


public interface GeneralPropertySet

Gathers all general container properties valid for all types of containers.

Version:
$Id: GeneralPropertySet.java 1830 2008-12-07 20:44:33Z adriancole $

Field Summary
static java.lang.String HOSTNAME
          Hostname on which the container is listening to.
static java.lang.String JAVA_HOME
          The location of the jvm to use when starting/stopping containers.
static java.lang.String JVMARGS
          JVM args to be used when starting/stopping containers (ex: "-Xmx500m").
static java.lang.String LOGGING
          Logging level for logging container information.
static java.lang.String PROTOCOL
          Protocol on which the container is listening to.
static java.lang.String RMI_PORT
          The port to use when communicating with this server, for example to start and stop it.
static java.lang.String URI_ENCODING
          URI Encoding to set.
 

Field Detail

PROTOCOL

static final java.lang.String PROTOCOL
Protocol on which the container is listening to.

See Also:
Constant Field Values

HOSTNAME

static final java.lang.String HOSTNAME
Hostname on which the container is listening to.

See Also:
Constant Field Values

LOGGING

static final java.lang.String LOGGING
Logging level for logging container information.

See Also:
Constant Field Values

JVMARGS

static final java.lang.String JVMARGS
JVM args to be used when starting/stopping containers (ex: "-Xmx500m").

See Also:
Constant Field Values

RMI_PORT

static final java.lang.String RMI_PORT
The port to use when communicating with this server, for example to start and stop it.

See Also:
Constant Field Values

URI_ENCODING

static final java.lang.String URI_ENCODING
URI Encoding to set.

See Also:
Constant Field Values

JAVA_HOME

static final java.lang.String JAVA_HOME
The location of the jvm to use when starting/stopping containers.

See Also:
Constant Field Values


Copyright © 2004-2011 Codehaus. All Rights Reserved.