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 877 2006-02-26 12:05:02Z vmassol $

Field Summary
static java.lang.String HOSTNAME
          Hostname on which the container is listening to.
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.
 

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


Copyright © 2004-2010 Codehaus. All Rights Reserved.